| Index: chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- chrome/common/chrome_switches.cc (revision 56425)
|
| +++ chrome/common/chrome_switches.cc (working copy)
|
| @@ -243,9 +243,6 @@
|
| // 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";
|
|
|
| @@ -439,9 +436,6 @@
|
| // 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";
|
|
|
|
|