| Index: chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- chrome/common/chrome_switches.cc (revision 56023)
|
| +++ chrome/common/chrome_switches.cc (working copy)
|
| @@ -243,6 +243,9 @@
|
| // Disable syncing of preferences.
|
| const char kDisableSyncPreferences[] = "disable-sync-preferences";
|
|
|
| +// Disable syncing of sessions.
|
| +const char kDisableSyncSessions[] = "disable-sync-sessions";
|
| +
|
| // Disable syncing of themes.
|
| const char kDisableSyncThemes[] = "disable-sync-themes";
|
|
|
| @@ -436,6 +439,9 @@
|
| // Enable syncing browser preferences.
|
| const char kEnableSyncPreferences[] = "enable-sync-preferences";
|
|
|
| +// Enable syncing browser sessions.
|
| +const char kEnableSyncSessions[] = "enable-sync-sessions";
|
| +
|
| // Enable syncing browser themes.
|
| const char kEnableSyncThemes[] = "enable-sync-themes";
|
|
|
|
|