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

Unified Diff: chrome/browser/sync/test/integration/multiple_client_dictionary_sync_test.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/multiple_client_dictionary_sync_test.cc
diff --git a/chrome/browser/sync/test/integration/multiple_client_dictionary_sync_test.cc b/chrome/browser/sync/test/integration/multiple_client_dictionary_sync_test.cc
index 5a7c91faa6cf581c2177f7a0052c9191d95ec177..58e47f9c617d5936657e1b5e5cb995e2450e9ac9 100644
--- a/chrome/browser/sync/test/integration/multiple_client_dictionary_sync_test.cc
+++ b/chrome/browser/sync/test/integration/multiple_client_dictionary_sync_test.cc
@@ -13,10 +13,6 @@ class MultipleClientDictionarySyncTest : public SyncTest {
MultipleClientDictionarySyncTest() : SyncTest(MULTIPLE_CLIENT) {}
virtual ~MultipleClientDictionarySyncTest() {}
- virtual void AddOptionalTypesToCommandLine(CommandLine* cl) OVERRIDE {
- dictionary_helper::EnableDictionarySync(cl);
- }
-
private:
DISALLOW_COPY_AND_ASSIGN(MultipleClientDictionarySyncTest);
};

Powered by Google App Engine
This is Rietveld 408576698