| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 2e89fb8bfd82cf5709db65b39fecf16f66d79c65..14799f4117082b029d65369dbc9fabdf8cc975ae 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -376,6 +376,9 @@ const char kDisableSyncAutofillProfile[] = "disable-sync-autofill-profile";
|
| // Disables syncing of bookmarks.
|
| const char kDisableSyncBookmarks[] = "disable-sync-bookmarks";
|
|
|
| +// Disables syncing of dictionary.
|
| +const char kDisableSyncDictionary[] = "disable-sync-dictionary";
|
| +
|
| // Disables syncing extension settings.
|
| const char kDisableSyncExtensionSettings[] = "disable-sync-extension-settings";
|
|
|
| @@ -635,9 +638,6 @@ const char kEnableStackedTabStrip[] = "enable-stacked-tab-strip";
|
| // Enables experimental suggestions pane in New Tab page.
|
| const char kEnableSuggestionsTabPage[] = "enable-suggestions-ntp";
|
|
|
| -// Enables syncing of dictionary.
|
| -const char kEnableSyncDictionary[] = "enable-sync-dictionary";
|
| -
|
| // Enables context menu for selecting groups of tabs.
|
| const char kEnableTabGroupsContextMenu[] = "enable-tab-groups-context-menu";
|
|
|
|
|