| Index: chrome/browser/ui/ash/chrome_shell_delegate.h
|
| diff --git a/chrome/browser/ui/ash/chrome_shell_delegate.h b/chrome/browser/ui/ash/chrome_shell_delegate.h
|
| index 01319f1f8c49581b49a06500f30be603b6087b07..21a09bea05a31ee2b809d08bc57aac97dab81a99 100644
|
| --- a/chrome/browser/ui/ash/chrome_shell_delegate.h
|
| +++ b/chrome/browser/ui/ash/chrome_shell_delegate.h
|
| @@ -48,6 +48,7 @@ class ChromeShellDelegate : public ash::ShellDelegate,
|
| virtual void LockScreen() OVERRIDE;
|
| virtual void UnlockScreen() OVERRIDE;
|
| virtual bool IsScreenLocked() const OVERRIDE;
|
| + virtual void OnPreInit() OVERRIDE;
|
| virtual void Shutdown() OVERRIDE;
|
| virtual void Exit() OVERRIDE;
|
| virtual void NewTab() OVERRIDE;
|
|
|