diff options
Diffstat (limited to 'ash/wm/session_state_controller_impl2.h')
-rw-r--r-- | ash/wm/session_state_controller_impl2.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ash/wm/session_state_controller_impl2.h b/ash/wm/session_state_controller_impl2.h index 8138fd5..f8535fb 100644 --- a/ash/wm/session_state_controller_impl2.h +++ b/ash/wm/session_state_controller_impl2.h @@ -97,8 +97,6 @@ class ASH_EXPORT SessionStateControllerImpl2 : public SessionStateController { virtual void OnLockStateChanged(bool locked) OVERRIDE; // SessionStateController overrides: - virtual bool IsEligibleForLock() OVERRIDE; - virtual bool IsLocked() OVERRIDE; virtual void StartLockAnimation(bool shutdown_after_lock) OVERRIDE; virtual void StartShutdownAnimation() OVERRIDE; @@ -122,8 +120,6 @@ class ASH_EXPORT SessionStateControllerImpl2 : public SessionStateController { protected: friend class test::PowerButtonControllerTest; - bool IsLoggedInAsNonGuest() const; - private: void RequestShutdownImpl(); |