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

Unified Diff: chrome/browser/sync/test/integration/two_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/two_client_dictionary_sync_test.cc
diff --git a/chrome/browser/sync/test/integration/two_client_dictionary_sync_test.cc b/chrome/browser/sync/test/integration/two_client_dictionary_sync_test.cc
index 501745744c393445e33aa7b3ffae5d1032d7f846..637b38f9d9b7768f7a3354b4e6c3c036c9c92572 100644
--- a/chrome/browser/sync/test/integration/two_client_dictionary_sync_test.cc
+++ b/chrome/browser/sync/test/integration/two_client_dictionary_sync_test.cc
@@ -13,10 +13,6 @@ class TwoClientDictionarySyncTest : public SyncTest {
TwoClientDictionarySyncTest() : SyncTest(TWO_CLIENT) {}
virtual ~TwoClientDictionarySyncTest() {}
- virtual void AddOptionalTypesToCommandLine(CommandLine* cl) OVERRIDE {
- dictionary_helper::EnableDictionarySync(cl);
- }
-
private:
DISALLOW_COPY_AND_ASSIGN(TwoClientDictionarySyncTest);
};
« no previous file with comments | « chrome/browser/sync/test/integration/single_client_dictionary_sync_test.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698