diff options
Diffstat (limited to 'ash/test/test_shell_delegate.h')
-rw-r--r-- | ash/test/test_shell_delegate.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ash/test/test_shell_delegate.h b/ash/test/test_shell_delegate.h index 986a3ab..36fe97b 100644 --- a/ash/test/test_shell_delegate.h +++ b/ash/test/test_shell_delegate.h @@ -20,11 +20,11 @@ class TestShellDelegate : public ShellDelegate { virtual ~TestShellDelegate(); // Overridden from ShellDelegate: - virtual bool IsUserLoggedIn() OVERRIDE; - virtual bool IsSessionStarted() OVERRIDE; - virtual bool IsFirstRunAfterBoot() OVERRIDE; + virtual bool IsUserLoggedIn() const OVERRIDE; + virtual bool IsSessionStarted() const OVERRIDE; + virtual bool IsFirstRunAfterBoot() const OVERRIDE; + virtual bool CanLockScreen() const OVERRIDE; virtual void LockScreen() OVERRIDE; - virtual bool CanLockScreen() OVERRIDE; virtual void UnlockScreen() OVERRIDE; virtual bool IsScreenLocked() const OVERRIDE; virtual void Shutdown() OVERRIDE; |