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

Unified Diff: chrome/common/pref_names.h

Issue 2973243002: Adding pref to store the user-selected proximity threshold. (Closed)
Patch Set: Fixing tests Created 3 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 184079a28a67131c8f6d32fd90d9ae03a41aaaa0..078efd2c83788ead381a0a6260c57e12463db32c 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -461,6 +461,7 @@ extern const char kGCMProductCategoryForSubtypes[];
extern const char kEasyUnlockAllowed[];
extern const char kEasyUnlockEnabled[];
extern const char kEasyUnlockPairing[];
+extern const char kEasyUnlockProximityThreshold[];
extern const char kEasyUnlockProximityRequired[];
#if BUILDFLAG(ENABLE_EXTENSIONS)

Powered by Google App Engine
This is Rietveld 408576698