| Index: chrome/browser/sync/test/integration/performance/dictionary_sync_perf_test.cc | 
| diff --git a/chrome/browser/sync/test/integration/performance/dictionary_sync_perf_test.cc b/chrome/browser/sync/test/integration/performance/dictionary_sync_perf_test.cc | 
| index 69a8f6b90556f2972925a40ed4e28b57dbab44fb..2067ebc6117057a95304496bbbb371d948043dd2 100644 | 
| --- a/chrome/browser/sync/test/integration/performance/dictionary_sync_perf_test.cc | 
| +++ b/chrome/browser/sync/test/integration/performance/dictionary_sync_perf_test.cc | 
| @@ -14,10 +14,6 @@ class DictionarySyncPerfTest : public SyncTest { | 
| DictionarySyncPerfTest() : SyncTest(TWO_CLIENT) {} | 
| virtual ~DictionarySyncPerfTest() {} | 
|  | 
| -  virtual void AddOptionalTypesToCommandLine(CommandLine* cl) OVERRIDE { | 
| -    dictionary_helper::EnableDictionarySync(cl); | 
| -  } | 
| - | 
| private: | 
| DISALLOW_COPY_AND_ASSIGN(DictionarySyncPerfTest); | 
| }; | 
|  |