Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7885)

Unified Diff: chrome/common/chrome_switches.cc

Issue 3127017: Revert 56423 - Added classes to enable session sync functionality.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/common/notification_type.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/common/notification_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698