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

Unified Diff: components/proximity_auth/proximity_auth_system.h

Issue 2918933002: [EasyUnlock] Make login work if command line flag is enabled. (Closed)
Patch Set: 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
Index: components/proximity_auth/proximity_auth_system.h
diff --git a/components/proximity_auth/proximity_auth_system.h b/components/proximity_auth/proximity_auth_system.h
index 1f98ae5d34fdd40dc5e44dccb924420ff2066165..980f7fc0766c076b079b2774ef3f2547244e1c14 100644
--- a/components/proximity_auth/proximity_auth_system.h
+++ b/components/proximity_auth/proximity_auth_system.h
@@ -100,6 +100,9 @@ class ProximityAuthSystem : public RemoteDeviceLifeCycle::Observer,
// rather than EasyUnlock.
bool ShouldForcePassword();
+ // The type of the screenlock (i.e. login or unlock).
+ ScreenlockType screenlock_type_;
+
// Lists of remote devices, keyed by user account id.
std::map<AccountId, cryptauth::RemoteDeviceList> remote_devices_map_;
« no previous file with comments | « chrome/browser/signin/easy_unlock_service_signin_chromeos.cc ('k') | components/proximity_auth/proximity_auth_system.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698