Index: ash/test/test_shell_delegate.h |
=================================================================== |
--- ash/test/test_shell_delegate.h (revision 160653) |
+++ ash/test/test_shell_delegate.h (working copy) |
@@ -20,6 +20,7 @@ |
// Overridden from ShellDelegate: |
virtual bool IsUserLoggedIn() OVERRIDE; |
virtual bool IsSessionStarted() OVERRIDE; |
+ virtual bool IsFirstRunAfterBoot() OVERRIDE; |
virtual void LockScreen() OVERRIDE; |
virtual void UnlockScreen() OVERRIDE; |
virtual bool IsScreenLocked() const OVERRIDE; |