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

Unified Diff: components/proximity_auth/proximity_auth_pref_names.h

Issue 2973243002: Adding pref to store the user-selected proximity threshold. (Closed)
Patch Set: Fixing merge issues 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: components/proximity_auth/proximity_auth_pref_names.h
diff --git a/components/proximity_auth/proximity_auth_pref_names.h b/components/proximity_auth/proximity_auth_pref_names.h
index 02ef2f3cb3175efa612d1378aa3795af131ce75e..de4198e11126b23a4fe37d094611ea1e1a7d0215 100644
--- a/components/proximity_auth/proximity_auth_pref_names.h
+++ b/components/proximity_auth/proximity_auth_pref_names.h
@@ -8,6 +8,7 @@
namespace proximity_auth {
namespace prefs {
+extern const char kEasyUnlockProximityThreshold[];
extern const char kProximityAuthLastPasswordEntryTimestampMs[];
extern const char kProximityAuthRemoteBleDevices[];

Powered by Google App Engine
This is Rietveld 408576698