Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index c7e6a92991d8660be88eb5ce3fdfbbf3380dfc5e..fa417c7dcee22c6cba70f17a5a67c2edd412d81a 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -1639,6 +1639,10 @@ const char kReportDeviceActivityTimes[] = "device_status.report_activity_times"; |
// The local state pref that stores device activity times before reporting |
// them to the policy server. |
extern const char kDeviceActivityTimes[] = "device_status.activity_times"; |
+ |
+// A string that is used to store first-time sync startup after once sync is |
+// disabled. This will be refreshed every sign-in. |
+const char kSyncSpareBootstrapToken[] = "sync.spare_bootstrap_token"; |
#endif |
// Whether there is a Flash version installed that supports clearing LSO data. |