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

Unified Diff: chrome/common/pref_names.h

Issue 2060623002: Implementation of Device End of Life Notification (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Modify browsertest Created 4 years, 6 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/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index cd01f6168a4596204e14544cfabbad9eb4537110..90d8e3b5c28453879356be854de86b41fb4e8266 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -291,6 +291,8 @@ extern const char kAllowScreenLock[];
extern const char kHatsLastInteractionTimestamp[];
extern const char kQuickUnlockPinSalt[];
extern const char kQuickUnlockPinSecret[];
+extern const char kEolStatus[];
+extern const char kEolNotificationDismissed[];
#endif // defined(OS_CHROMEOS)
extern const char kShowHomeButton[];
extern const char kRecentlySelectedEncoding[];

Powered by Google App Engine
This is Rietveld 408576698