summaryrefslogtreecommitdiffstats
path: root/ash/wm/session_state_controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'ash/wm/session_state_controller.h')
-rw-r--r--ash/wm/session_state_controller.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/ash/wm/session_state_controller.h b/ash/wm/session_state_controller.h
index 53e28cd..703a680 100644
--- a/ash/wm/session_state_controller.h
+++ b/ash/wm/session_state_controller.h
@@ -73,12 +73,6 @@ class ASH_EXPORT SessionStateController : public aura::RootWindowObserver,
void SetDelegate(SessionStateControllerDelegate* delegate);
- // Returns true iff when we're in state when user session can be locked.
- virtual bool IsEligibleForLock() = 0;
-
- // Returns true if system is locked.
- virtual bool IsLocked() = 0;
-
// Starts locking (with slow animation) that can be cancelled.
// After locking and |kLockToShutdownTimeoutMs| StartShutdownAnimation()
// will be called unless CancelShutdownAnimation() is called, if
@@ -129,8 +123,6 @@ class ASH_EXPORT SessionStateController : public aura::RootWindowObserver,
protected:
friend class test::PowerButtonControllerTest;
- bool IsLoggedInAsNonGuest() const;
-
scoped_ptr<internal::SessionStateAnimator> animator_;
scoped_ptr<SessionStateControllerDelegate> delegate_;