| Index: chrome/browser/ui/ash/chrome_shell_delegate.h
|
| ===================================================================
|
| --- chrome/browser/ui/ash/chrome_shell_delegate.h (revision 160653)
|
| +++ chrome/browser/ui/ash/chrome_shell_delegate.h (working copy)
|
| @@ -36,6 +36,7 @@
|
| // ash::ShellDelegate overrides;
|
| 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;
|
|
|