Chromium Code Reviews| Index: chrome/common/chrome_switches.cc |
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
| index 06f797191de7e3ab806f4094de35c9670ef98735..3b6cc3b6723d7341ec6df9c6ffa3a5ba148b3274 100644 |
| --- a/chrome/common/chrome_switches.cc |
| +++ b/chrome/common/chrome_switches.cc |
| @@ -519,6 +519,9 @@ const char kEnableSyncOAuth[] = "enable-sync-oauth"; |
| // Enable syncing browser sessions. |
| const char kEnableSyncSessions[] = "enable-sync-sessions"; |
| +// Enable syncing browser sessions for other synced clients. |
| +const char kEnableSyncSessionsForOtherClients[] = "enable-sync-sessions-for-other-clients"; |
|
Andrew T Wilson (Slow)
2011/08/27 06:08:52
line >80 chars
Yaron
2011/08/29 18:41:54
Done.
|
| + |
| // Enables context menu for selecting groups of tabs. |
| const char kEnableTabGroupsContextMenu[] = "enable-tab-groups-context-menu"; |