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

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: rebase the branch 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 2510bd88758ff5885c0c4c1ae6fe4abc6a87467c..47d3a78e55c959405b5c9d753a7b3e91093a05aa 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -292,6 +292,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