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

Unified Diff: chrome/browser/sync/test/integration/single_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/single_client_dictionary_sync_test.cc
diff --git a/chrome/browser/sync/test/integration/single_client_dictionary_sync_test.cc b/chrome/browser/sync/test/integration/single_client_dictionary_sync_test.cc
index feba4d8a034698486962567c9675ef9ccaa8f338..5ad386f50c3e6237fef62f3d35f638889d0ad80d 100644
--- a/chrome/browser/sync/test/integration/single_client_dictionary_sync_test.cc
+++ b/chrome/browser/sync/test/integration/single_client_dictionary_sync_test.cc
@@ -11,10 +11,6 @@ class SingleClientDictionarySyncTest : public SyncTest {
SingleClientDictionarySyncTest() : SyncTest(SINGLE_CLIENT) {}
virtual ~SingleClientDictionarySyncTest() {}
- virtual void AddOptionalTypesToCommandLine(CommandLine* cl) OVERRIDE {
- dictionary_helper::EnableDictionarySync(cl);
- }
-
private:
DISALLOW_COPY_AND_ASSIGN(SingleClientDictionarySyncTest);
};

Powered by Google App Engine
This is Rietveld 408576698