| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index f077d5b13b65291e1b881ddeca3e78bdfdc42413..3e92f16fe2d6f43c39bb42e9d0694fb2c25ca835 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -647,6 +647,10 @@ const char kEnableStackedTabStrip[] = "enable-stacked-tab-strip";
|
| // Enables experimental suggestions pane in New Tab page.
|
| const char kEnableSuggestionsTabPage[] = "enable-suggestions-ntp";
|
|
|
| +// Enables synced notifications.
|
| +const char kEnableSyncSyncedNotifications[] =
|
| + "enable-sync-synced-notifications";
|
| +
|
| // Enables context menu for selecting groups of tabs.
|
| const char kEnableTabGroupsContextMenu[] = "enable-tab-groups-context-menu";
|
|
|
|
|