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

Unified Diff: chrome/common/pref_names.h

Issue 2128053002: Implements the feature notification for Quick Unlock (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 8b68eca2bfb47622527ab7737f247bb6cbdc8c73..ae570c481ed42523733741e3d031efe4fc7698d9 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -299,6 +299,7 @@ extern const char kQuickUnlockPinSalt[];
extern const char kQuickUnlockPinSecret[];
extern const char kEolStatus[];
extern const char kEolNotificationDismissed[];
+extern const char kQuickUnlockFeatureNotificationShown[];
#endif // defined(OS_CHROMEOS)
extern const char kShowHomeButton[];
extern const char kRecentlySelectedEncoding[];

Powered by Google App Engine
This is Rietveld 408576698