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

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
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index cf971ac9f671b8047f4a73f1650cb56bc525da82..5297cf24af05f0675f742db45403aa79be7e908c 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1251,6 +1251,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";

Powered by Google App Engine
This is Rietveld 408576698