| Index: ash/shell/shell_delegate_impl.cc
|
| diff --git a/ash/shell/shell_delegate_impl.cc b/ash/shell/shell_delegate_impl.cc
|
| index d21f7acb7f3a89552de1365518fa65624173f9f7..34c62db22f264505053ac3185c73350904712d08 100644
|
| --- a/ash/shell/shell_delegate_impl.cc
|
| +++ b/ash/shell/shell_delegate_impl.cc
|
| @@ -98,6 +98,10 @@ bool ShellDelegateImpl::IsRunningInForcedAppMode() const {
|
| return false;
|
| }
|
|
|
| +bool ShellDelegateImpl::IsAccountManagementEnabled() const {
|
| + return false;
|
| +}
|
| +
|
| void ShellDelegateImpl::PreInit() {
|
| }
|
|
|
|
|