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"; |