| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 8f947f5d1b2b77bf344ab6ef7ccf932c53a03d34..b267a08297302b1b83d1890f486fd6f0f710400f 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -647,6 +647,9 @@ 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";
|
|
|
|
|