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

Unified Diff: chrome/browser/sync/test/integration/dictionary_helper.cc

Issue 12096116: Enable dictionary sync by default (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Merge master Created 7 years, 10 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/sync/test/integration/dictionary_helper.cc
diff --git a/chrome/browser/sync/test/integration/dictionary_helper.cc b/chrome/browser/sync/test/integration/dictionary_helper.cc
index 74743531e8f8e93f22dd3eab5307ee9278d5065e..5ec83d56ab3c95d253a99b1ec66d3452d321c991 100644
--- a/chrome/browser/sync/test/integration/dictionary_helper.cc
+++ b/chrome/browser/sync/test/integration/dictionary_helper.cc
@@ -90,11 +90,6 @@ bool HaveWordMatches(const std::string& word) {
} // namespace
-void EnableDictionarySync(CommandLine* cl) {
- CommandLine::ForCurrentProcess()->AppendSwitch(
- switches::kEnableSyncDictionary);
-}
-
void LoadDictionaries() {
for (int i = 0; i < sync_datatype_helper::test()->num_clients(); ++i)
LoadDictionary(GetDictionary(i));

Powered by Google App Engine
This is Rietveld 408576698