| Index: chrome/browser/sync/test/integration/dictionary_helper.cc
|
| diff --git a/chrome/browser/sync/test/integration/dictionary_helper.cc b/chrome/browser/sync/test/integration/dictionary_helper.cc
|
| index 74743531e8f8e93f22dd3eab5307ee9278d5065e..5ec83d56ab3c95d253a99b1ec66d3452d321c991 100644
|
| --- a/chrome/browser/sync/test/integration/dictionary_helper.cc
|
| +++ b/chrome/browser/sync/test/integration/dictionary_helper.cc
|
| @@ -90,11 +90,6 @@ bool HaveWordMatches(const std::string& word) {
|
| } // namespace
|
|
|
|
|
| -void EnableDictionarySync(CommandLine* cl) {
|
| - CommandLine::ForCurrentProcess()->AppendSwitch(
|
| - switches::kEnableSyncDictionary);
|
| -}
|
| -
|
| void LoadDictionaries() {
|
| for (int i = 0; i < sync_datatype_helper::test()->num_clients(); ++i)
|
| LoadDictionary(GetDictionary(i));
|
|
|