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

Unified Diff: components/proximity_auth/switches.cc

Issue 2899593002: [EasyUnlock] Put entire ChromeOS login flow behind a flag. (Closed)
Patch Set: [EasyUnlock] Put entire ChromeOS login flow behind a flag. Created 3 years, 7 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
« no previous file with comments | « components/proximity_auth/switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « components/proximity_auth/switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698