| Index: ash/shell/shell_delegate_impl.h
|
| diff --git a/ash/shell/shell_delegate_impl.h b/ash/shell/shell_delegate_impl.h
|
| index 502161de2f67f8758be5f125263afa05df648eb7..19fdc6d98243abb3c7d6513451a20e59a52555e6 100644
|
| --- a/ash/shell/shell_delegate_impl.h
|
| +++ b/ash/shell/shell_delegate_impl.h
|
| @@ -39,6 +39,7 @@ class ShellDelegateImpl : public ash::ShellDelegate {
|
| bool IsMultiProfilesEnabled() const override;
|
| bool IsRunningInForcedAppMode() const override;
|
| bool IsMultiAccountEnabled() const override;
|
| + bool ForceMaximizeOnFirstRun() const override;
|
| void PreInit() override;
|
| void PreShutdown() override;
|
| void Exit() override;
|
|
|