Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index b6cafc9b961fdd6bb5d0557b97aacd254d06971f..03a6d0a6fac801b2e611d826aad41a99f73e01e9 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -888,6 +888,11 @@ const char kAllowScreenLock[] = "allow_screen_lock"; |
// or dismissed HaTS (happiness-tracking) survey. |
const char kHatsLastInteractionTimestamp[] = "hats_last_interaction_timestamp"; |
+// A boolean pref. Indicates if we've already shown a notification to inform the |
+// current user about the quick unlock feature. |
+const char kQuickUnlockFeatureNotificationShown[] = |
+ "quick_unlock_feature_notification_shown"; |
+ |
// The salt and hash for the pin quick unlock mechanism. |
const char kQuickUnlockPinSalt[] = "quick_unlock.pin.salt"; |
const char kQuickUnlockPinSecret[] = "quick_unlock.pin.secret"; |