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 |