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

Unified Diff: chrome/common/pref_names.h

Issue 696583002: [Smart Lock] Add a setting to require close proximity in order for unlocking to work. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix more indentation Created 6 years, 1 month 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
« no previous file with comments | « chrome/browser/ui/webui/options/browser_options_handler.cc ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 8d6b9c2351c7ec0b47c84ba1256eda0a69b06bde..4ba1c7e8808406237baa495f664f90b73841cd5c 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -399,10 +399,11 @@ extern const char kPreferenceResetTime[];
extern const char kGCMChannelEnabled[];
extern const char kPushMessagingRegistrationCount[];
+extern const char kEasyUnlockAllowed[];
extern const char kEasyUnlockEnabled[];
-extern const char kEasyUnlockShowTutorial[];
extern const char kEasyUnlockPairing[];
-extern const char kEasyUnlockAllowed[];
+extern const char kEasyUnlockProximityRequired[];
+extern const char kEasyUnlockShowTutorial[];
extern const char kZeroSuggestCachedResults[];
« no previous file with comments | « chrome/browser/ui/webui/options/browser_options_handler.cc ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698