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

Unified Diff: components/proximity_auth/proximity_auth_system.h

Issue 2973243002: Adding pref to store the user-selected proximity threshold. (Closed)
Patch Set: Addressing DEPS issues Created 3 years, 5 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 980f7fc0766c076b079b2774ef3f2547244e1c14..5bab44f13cf9f3a0aaa7d727f60dfd8c503b9f77 100644
--- a/components/proximity_auth/proximity_auth_system.h
+++ b/components/proximity_auth/proximity_auth_system.h
@@ -113,15 +113,15 @@ class ProximityAuthSystem : public RemoteDeviceLifeCycle::Observer,
// the RemoteDevice of the currently focused user.
std::unique_ptr<RemoteDeviceLifeCycle> remote_device_life_cycle_;
- // Handles the interaction with the lock screen UI.
- std::unique_ptr<UnlockManager> unlock_manager_;
-
// Used to get the current timestamp.
std::unique_ptr<base::Clock> clock_;
// Fetches EasyUnlock preferences.
std::unique_ptr<ProximityAuthPrefManager> pref_manager_;
+ // Handles the interaction with the lock screen UI.
+ std::unique_ptr<UnlockManager> unlock_manager_;
+
// True if the system is suspended.
bool suspended_;

Powered by Google App Engine
This is Rietveld 408576698