| Index: ash/shell/shell_delegate_impl.h
|
| diff --git a/ash/shell/shell_delegate_impl.h b/ash/shell/shell_delegate_impl.h
|
| index 82e5347f68687fc88cfeafb6d100ab469262dc42..a8a8944798aafa019042a2cb525186ca20eb7294 100644
|
| --- a/ash/shell/shell_delegate_impl.h
|
| +++ b/ash/shell/shell_delegate_impl.h
|
| @@ -23,6 +23,7 @@ class ShellDelegateImpl : public ash::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;
|
|
|