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

Unified Diff: components/sync_driver/pref_names.h

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.cc ('k') | components/sync_driver/pref_names.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_driver/pref_names.h
diff --git a/components/sync_driver/pref_names.h b/components/sync_driver/pref_names.h
index 61594c9b6200516a8cea740e56964ace41677304..f31f8e349f98976c662f8a674b5bf2ea4cc82b5b 100644
--- a/components/sync_driver/pref_names.h
+++ b/components/sync_driver/pref_names.h
@@ -61,6 +61,8 @@ extern const char kSyncSessionsGUID[];
extern const char kSyncSpareBootstrapToken[];
#endif // defined(OS_CHROMEOS)
+extern const char kSyncRemainingRollbackTries[];
+
} // namespace prefs
} // namespace sync_driver
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | components/sync_driver/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698