| 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 c436b04bf50f6a170f2de1843c2d0912d3ee9552..9c19d5074deda06f6e90c708607184af957a1bcf 100644
|
| --- a/chrome/browser/ui/ash/chrome_shell_delegate.h
|
| +++ b/chrome/browser/ui/ash/chrome_shell_delegate.h
|
| @@ -50,6 +50,7 @@ class ChromeShellDelegate : public ash::ShellDelegate,
|
| virtual bool IsMultiProfilesEnabled() const OVERRIDE;
|
| virtual bool IsIncognitoAllowed() const OVERRIDE;
|
| virtual bool IsRunningInForcedAppMode() const OVERRIDE;
|
| + virtual bool IsAccountManagementEnabled() const OVERRIDE;
|
| virtual void PreInit() OVERRIDE;
|
| virtual void Shutdown() OVERRIDE;
|
| virtual void Exit() OVERRIDE;
|
|
|