Index: chrome/browser/signin/easy_unlock_service_signin_chromeos.h |
diff --git a/chrome/browser/signin/easy_unlock_service_signin_chromeos.h b/chrome/browser/signin/easy_unlock_service_signin_chromeos.h |
index ceedddc0faa3163bc085c994b898914c30020096..8b91ef1eef8bbf0cf31055cf3bc3be20548aec22 100644 |
--- a/chrome/browser/signin/easy_unlock_service_signin_chromeos.h |
+++ b/chrome/browser/signin/easy_unlock_service_signin_chromeos.h |
@@ -11,6 +11,7 @@ |
#include "base/macros.h" |
#include "base/memory/scoped_ptr.h" |
#include "base/memory/weak_ptr.h" |
+#include "base/time/time.h" |
#include "base/values.h" |
#include "chrome/browser/chromeos/login/easy_unlock/easy_unlock_types.h" |
#include "chrome/browser/signin/easy_unlock_service.h" |
@@ -119,6 +120,9 @@ class EasyUnlockServiceSignin : public EasyUnlockService, |
// shut down. |
bool service_active_; |
+ // The timestamp for the most recent time when a user pod was focused. |
+ base::TimeTicks user_pod_last_focused_timestamp_; |
+ |
base::WeakPtrFactory<EasyUnlockServiceSignin> weak_ptr_factory_; |
DISALLOW_COPY_AND_ASSIGN(EasyUnlockServiceSignin); |