| Index: ash/shell/shell_delegate_impl.h
|
| diff --git a/ash/shell/shell_delegate_impl.h b/ash/shell/shell_delegate_impl.h
|
| index 2b5aa12b223dce38225bd824f4f3b0d4ac76cb6d..71e6f806818bce24b79f0802d5a117c2ece87cc8 100644
|
| --- a/ash/shell/shell_delegate_impl.h
|
| +++ b/ash/shell/shell_delegate_impl.h
|
| @@ -38,6 +38,7 @@ class ShellDelegateImpl : public ash::ShellDelegate {
|
| virtual bool IsIncognitoAllowed() const OVERRIDE;
|
| virtual bool IsMultiProfilesEnabled() const OVERRIDE;
|
| virtual bool IsRunningInForcedAppMode() const OVERRIDE;
|
| + virtual bool IsAccountManagementEnabled() const OVERRIDE;
|
| virtual void PreInit() OVERRIDE;
|
| virtual void Shutdown() OVERRIDE;
|
| virtual void Exit() OVERRIDE;
|
|
|