Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3501)

Unified Diff: chrome/browser/history/android/android_provider_backend_unittest.cc

Issue 1841653003: Drop |languages| from {Format,Elide}Url* and IDNToUnicode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix typo in elide_url.cc Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/history/android/android_provider_backend_unittest.cc
diff --git a/chrome/browser/history/android/android_provider_backend_unittest.cc b/chrome/browser/history/android/android_provider_backend_unittest.cc
index f361dd11356fdc91139e5301fcf050b06c433fe2..5bc86e334a4111d31ed2e73e342542f2e7ad012e 100644
--- a/chrome/browser/history/android/android_provider_backend_unittest.cc
+++ b/chrome/browser/history/android/android_provider_backend_unittest.cc
@@ -302,7 +302,7 @@ TEST_F(AndroidProviderBackendTest, UpdateTables) {
history_backend = new HistoryBackend(new AndroidProviderBackendDelegate(),
history_client_->CreateBackendClient(),
message_loop_.task_runner());
- history_backend->Init(std::string(), false,
+ history_backend->Init(false,
TestHistoryDatabaseParamsForPath(temp_dir_.path()));
history_backend->AddVisits(url1, visits1, history::SOURCE_SYNCED);
history_backend->AddVisits(url2, visits2, history::SOURCE_SYNCED);
@@ -441,7 +441,7 @@ TEST_F(AndroidProviderBackendTest, QueryHistoryAndBookmarks) {
history_backend = new HistoryBackend(new AndroidProviderBackendDelegate(),
history_client_->CreateBackendClient(),
message_loop_.task_runner());
- history_backend->Init(std::string(), false,
+ history_backend->Init(false,
TestHistoryDatabaseParamsForPath(temp_dir_.path()));
history_backend->AddVisits(url1, visits1, history::SOURCE_SYNCED);
history_backend->AddVisits(url2, visits2, history::SOURCE_SYNCED);
@@ -1879,7 +1879,7 @@ TEST_F(AndroidProviderBackendTest, QueryWithoutThumbnailDB) {
history_backend = new HistoryBackend(new AndroidProviderBackendDelegate(),
history_client_->CreateBackendClient(),
message_loop_.task_runner());
- history_backend->Init(std::string(), false,
+ history_backend->Init(false,
TestHistoryDatabaseParamsForPath(temp_dir_.path()));
history_backend->AddVisits(url1, visits1, history::SOURCE_SYNCED);
history_backend->AddVisits(url2, visits2, history::SOURCE_SYNCED);
« no previous file with comments | « chrome/browser/geolocation/geolocation_infobar_delegate_android.cc ('k') | chrome/browser/history/history_service_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698