| 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);
|
| };
|
|
|