Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index eccd8b051618ef2dee5c74ec856d47bdede4d19d..2efc20dc3691f253549862ef12102b475483f2b1 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -1918,6 +1918,9 @@ const char kOobeControllerDetected[] = "OobeControllerDetected"; |
// or otherwise disqualified for auto-display, on this device. |
const char kCanShowOobeGoodiesPage[] = "CanShowOobeGoodiesPage"; |
+const char kTimeOfLastUpdateCheckWithoutUpdate[] = |
xiyuan
2017/05/10 16:29:20
nit: Document the purpose of this pref similar to
kumarniranjan
2017/05/13 04:42:36
Done.
|
+ "TimeOfLastUpdateCheckWithoutUpdate"; |
+ |
// A boolean pref of the device registered flag (second part after first login). |
const char kDeviceRegistered[] = "DeviceRegistered"; |