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

Unified Diff: components/proximity_auth/proximity_auth_pref_names.cc

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.cc
diff --git a/components/proximity_auth/proximity_auth_pref_names.cc b/components/proximity_auth/proximity_auth_pref_names.cc
index 3e0267e687de19f6d421c780f9785f049430fbb1..9ef234910c07ff316fbbfbfdb8e8831b8f08389f 100644
--- a/components/proximity_auth/proximity_auth_pref_names.cc
+++ b/components/proximity_auth/proximity_auth_pref_names.cc
@@ -16,5 +16,9 @@ const char kProximityAuthLastPasswordEntryTimestampMs[] =
const char kProximityAuthRemoteBleDevices[] =
"proximity_auth.remote_ble_devices";
+// How close the remote and the local device should be in order to use Easy
+// Unlock.
+const char kEasyUnlockProximityThreshold[] = "easy_unlock.proximity_threshold";
+
} // namespace prefs
} // namespace proximity_auth
« no previous file with comments | « components/proximity_auth/proximity_auth_pref_names.h ('k') | components/proximity_auth/proximity_auth_system.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698