Index: chrome/browser/signin/easy_unlock_screenlock_state_handler.h |
diff --git a/chrome/browser/signin/easy_unlock_screenlock_state_handler.h b/chrome/browser/signin/easy_unlock_screenlock_state_handler.h |
index b705561be9183245d0662e1b82c2ef8eef425497..a86af96eb4d2c6726c22c729e0e6bb4dffa08467 100644 |
--- a/chrome/browser/signin/easy_unlock_screenlock_state_handler.h |
+++ b/chrome/browser/signin/easy_unlock_screenlock_state_handler.h |
@@ -63,6 +63,9 @@ class EasyUnlockScreenlockStateHandler : public ScreenlockBridge::Observer { |
ScreenlockBridge* screenlock_bridge); |
virtual ~EasyUnlockScreenlockStateHandler(); |
+ // Returns true if handler is not in INACTIVE state. |
+ bool IsActive() const; |
+ |
// Changes internal state to |new_state| and updates the user's screenlock |
// accordingly. |
void ChangeState(State new_state); |