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

Unified Diff: chrome/common/chrome_switches.cc

Issue 266233002: Add BackupRollbackController for starting backup/rollback (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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') | components/sync_driver/pref_names.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 8395a22a530cfe017862ad0d074d4e09fdab2dad..f1bf5010d92e145c4ff1b14490812b4e80eeca7e 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1257,6 +1257,9 @@ const char kSyncEnableGetUpdateAvoidance[] =
const char kSyncfsEnableDirectoryOperation[] =
"enable-syncfs-directory-operation";
+// Enables backup/rollback of user's data.
+const char kSyncEnableBackupRollback[] = "enable-sync-backup-rollback";
+
// Passes the name of the current running automated test to Chrome.
const char kTestName[] = "test-name";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | components/sync_driver/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698