Index: components/proximity_auth/switches.cc |
diff --git a/components/proximity_auth/switches.cc b/components/proximity_auth/switches.cc |
index 38c5e9e6e9097d764e6dc1acc3e22db11d0450c1..abc1e9378fa565d80861f2dc0d603a30450e241a 100644 |
--- a/components/proximity_auth/switches.cc |
+++ b/components/proximity_auth/switches.cc |
@@ -11,6 +11,10 @@ namespace switches { |
const char kEnableBluetoothLowEnergyDiscovery[] = |
"enable-proximity-auth-bluetooth-low-energy-discovery"; |
+// Enables the use of EasyUnlock to log into the Chromebook. |
+extern const char kEnableChromeOSLogin[] = |
+ "enable-proximity-auth-chromeos-login"; |
+ |
// 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 |