| Index: ash/shell_delegate.h
|
| diff --git a/ash/shell_delegate.h b/ash/shell_delegate.h
|
| index c09501386e8b9f88d333d0eda4c65bcbff5c99bf..92ec386373e0573150da744c921ab2459947ba14 100644
|
| --- a/ash/shell_delegate.h
|
| +++ b/ash/shell_delegate.h
|
| @@ -64,6 +64,11 @@ class ASH_EXPORT ShellDelegate {
|
| // Returns true if we're logged in and browser has been started
|
| virtual bool IsSessionStarted() = 0;
|
|
|
| + // Returns true if this is the first time that the shell has been run after
|
| + // the system has booted. false is returned after the shell has been
|
| + // restarted, typically due to logging in as a guest or logging out.
|
| + virtual bool IsFirstRunAfterBoot() = 0;
|
| +
|
| // Invoked when a user locks the screen.
|
| virtual void LockScreen() = 0;
|
|
|
|
|