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

Unified Diff: chrome/browser/history/history_backend_unittest.cc

Issue 870143004: HistoryService::Init() receives the list of languages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@web-history-service
Patch Set: Created 5 years, 11 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/history_backend_unittest.cc
diff --git a/chrome/browser/history/history_backend_unittest.cc b/chrome/browser/history/history_backend_unittest.cc
index cbf82bf8fd29a89d0ce2b7cb9a3f9cf37572c60c..20beee0162c2199e791cd5f5580aa7aac6a48df9 100644
--- a/chrome/browser/history/history_backend_unittest.cc
+++ b/chrome/browser/history/history_backend_unittest.cc
@@ -3042,7 +3042,8 @@ TEST_F(HistoryBackendTest, RemoveNotification) {
scoped_ptr<HistoryService> service(
new HistoryService(&history_client, profile.get()));
EXPECT_TRUE(
- service->Init(TestHistoryDatabaseParamsForPath(profile->GetPath())));
+ service->Init(profile->GetPrefs(),
+ TestHistoryDatabaseParamsForPath(profile->GetPath())));
service->AddPage(
url, base::Time::Now(), NULL, 1, GURL(), RedirectList(),
« no previous file with comments | « no previous file | chrome/browser/history/history_querying_unittest.cc » ('j') | chrome/browser/history/history_service.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698