Chromium Code Reviews| Index: ash/shell/shell_delegate_impl.h |
| =================================================================== |
| --- ash/shell/shell_delegate_impl.h (revision 160653) |
| +++ ash/shell/shell_delegate_impl.h (working copy) |
| @@ -23,6 +23,7 @@ |
| 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; |