| 1196 | } |
| 1197 | |
| 1198 | void Storage::SetDownloadingServersForTesting(vector<string> const & downloadingUrls) |
| 1199 | { |
| 1200 | m_downloader->SetServersList(downloadingUrls); |
| 1201 | } |
| 1202 | |
| 1203 | void Storage::SetLocaleForTesting(string const & jsonBuffer, string const & locale) |
| 1204 | { |