diff options
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index b99a8cb..630c4b7 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -243,6 +243,9 @@ const char kDisableSyncPasswords[] = "disable-sync-passwords"; // 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 @@ const char kEnableSyncPasswords[] = "enable-sync-passwords"; // 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"; |