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

Unified Diff: components/history/core/test/history_service_test_util.h

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: components/history/core/test/history_service_test_util.h
diff --git a/components/history/core/test/history_service_test_util.h b/components/history/core/test/history_service_test_util.h
index c0a4a282b9a2c74e7287941cb56b96611233b664..ff3f0dada10222320c42de5beb7b037b17b0f96a 100644
--- a/components/history/core/test/history_service_test_util.h
+++ b/components/history/core/test/history_service_test_util.h
@@ -23,9 +23,7 @@ class HistoryService;
// runloop before returning to ensure that any initialization-related tasks are
// run.
scoped_ptr<HistoryService> CreateHistoryService(
- const base::FilePath& history_dir,
- const std::string& accept_languages,
- bool create_db);
+ const base::FilePath& history_dir, bool create_db);
// Schedules a task on the history backend and runs a nested loop until the task
// is processed. This blocks the caller until the history service processes all

Powered by Google App Engine
This is Rietveld 408576698