| Index: ash/shell/shell_delegate_impl.cc
|
| diff --git a/ash/shell/shell_delegate_impl.cc b/ash/shell/shell_delegate_impl.cc
|
| index dc081c6fc359aba744fdf4c1c1020099b65bc638..4af993a30e347c5b7a2a1fccc5d72e716b35d299 100644
|
| --- a/ash/shell/shell_delegate_impl.cc
|
| +++ b/ash/shell/shell_delegate_impl.cc
|
| @@ -181,6 +181,10 @@ bool ShellDelegateImpl::IsMultiAccountEnabled() const {
|
| return false;
|
| }
|
|
|
| +bool ShellDelegateImpl::IsForceMaximizeOnFirstRun() const {
|
| + return false;
|
| +}
|
| +
|
| void ShellDelegateImpl::PreInit() {
|
| }
|
|
|
|
|