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

Unified Diff: components/proximity_auth/screenlock_state.h

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 | « chrome/browser/signin/easy_unlock_service_signin_chromeos.cc ('k') | components/proximity_auth/switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/proximity_auth/screenlock_state.h
diff --git a/components/proximity_auth/screenlock_state.h b/components/proximity_auth/screenlock_state.h
index 7ba06593e7bb417e6e994d5f8e6bc03df8a28e13..556f3cf4591d2f7f4764161906ee721d9dba33c1 100644
--- a/components/proximity_auth/screenlock_state.h
+++ b/components/proximity_auth/screenlock_state.h
@@ -15,7 +15,7 @@ enum class ScreenlockState {
INACTIVE,
// Bluetooth is not on.
NO_BLUETOOTH,
- // The local device is in process of turning on Bluetooth.
+ // The local device is in process of connecting to the remote device.
BLUETOOTH_CONNECTING,
// No phones eligible to unlock the local device can be found.
NO_PHONE,
« no previous file with comments | « chrome/browser/signin/easy_unlock_service_signin_chromeos.cc ('k') | components/proximity_auth/switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698