| Index: ash/test/test_shell_delegate.h
|
| diff --git a/ash/test/test_shell_delegate.h b/ash/test/test_shell_delegate.h
|
| index 4c697172a893d9af3dd06e174e1419d429d48187..b5d17df3eb9135a79482fba290fe34cbe2923b9a 100644
|
| --- a/ash/test/test_shell_delegate.h
|
| +++ b/ash/test/test_shell_delegate.h
|
| @@ -34,6 +34,7 @@ class TestShellDelegate : public 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;
|
|
|