| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 14799f4117082b029d65369dbc9fabdf8cc975ae..cf590a9820b277824b8fdaa29523c70aa2cb62d2 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -638,6 +638,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";
|
|
|
|
|