| Index: ash/shell/shell_delegate_impl.h
|
| diff --git a/ash/shell/shell_delegate_impl.h b/ash/shell/shell_delegate_impl.h
|
| index f3b61e19504c1ba6340c7339aa8cad66807ee659..5da206032db96c64fb1594aed004e249286723fd 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 IsMultiAccountEnabled() const OVERRIDE;
|
| virtual void PreInit() OVERRIDE;
|
| virtual void PreShutdown() OVERRIDE;
|
| virtual void Exit() OVERRIDE;
|
|
|