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

Unified Diff: components/proximity_auth/switches.cc

Issue 1094273003: Implementing a BLE connection finder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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/switches.cc
diff --git a/components/proximity_auth/switches.cc b/components/proximity_auth/switches.cc
index 5e63e9b05829e8216a69e56993b334366e849f77..20c99dbe9bf095bc87dff27bdf1664d3f5bd5fcd 100644
--- a/components/proximity_auth/switches.cc
+++ b/components/proximity_auth/switches.cc
@@ -14,6 +14,10 @@ const char kCryptAuthHTTPHost[] = "cryptauth-http-host";
// Disable Easy unlock.
const char kDisableEasyUnlock[] = "disable-easy-unlock";
+// Enables discoverty of the phone over Bluetooth LOw Energy.
+const char kEnableBluetoothLowEnergyDiscovery[] =
+ "enable-proximity-auth-bluetooth-low-energy-discovery";
+
// Enables close proximity detection. This allows the user to set a setting to
// require very close proximity between the remote device and the local device
// in order to unlock the local device, which trades off convenience for

Powered by Google App Engine
This is Rietveld 408576698