summaryrefslogtreecommitdiffstats
path: root/ash/test/test_shell_delegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'ash/test/test_shell_delegate.h')
-rw-r--r--ash/test/test_shell_delegate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ash/test/test_shell_delegate.h b/ash/test/test_shell_delegate.h
index 862d6ae..7865b72 100644
--- a/ash/test/test_shell_delegate.h
+++ b/ash/test/test_shell_delegate.h
@@ -24,6 +24,7 @@ class TestShellDelegate : public ShellDelegate {
// Overridden from ShellDelegate:
virtual bool IsUserLoggedIn() const OVERRIDE;
virtual bool IsSessionStarted() const OVERRIDE;
+ virtual bool IsGuestSession() const OVERRIDE;
virtual bool IsFirstRunAfterBoot() const OVERRIDE;
virtual bool IsRunningInForcedAppMode() const OVERRIDE;
virtual bool CanLockScreen() const OVERRIDE;