Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 356fc944367cab5c3d9a5d4b2a3239356977bb48..0bf4b35462c4a01cf3c85fb7a8849199d6b871e1 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"; |