| 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 c74c623607cfc030bc8168b2dbd3a9081d1141b0..8c960c61bf8e0474cd57c3c8017c2ea6febbd0f6 100644
|
| --- a/chrome/browser/ui/ash/chrome_shell_delegate.h
|
| +++ b/chrome/browser/ui/ash/chrome_shell_delegate.h
|
| @@ -51,6 +51,7 @@ class ChromeShellDelegate : public ash::ShellDelegate,
|
| virtual bool IsMultiProfilesEnabled() const OVERRIDE;
|
| virtual bool IsIncognitoAllowed() const OVERRIDE;
|
| virtual bool IsRunningInForcedAppMode() const OVERRIDE;
|
| + virtual bool IsMultiAccountEnabled() const OVERRIDE;
|
| virtual void PreInit() OVERRIDE;
|
| virtual void PreShutdown() OVERRIDE;
|
| virtual void Exit() OVERRIDE;
|
|
|