| 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..255401a51ba5c1e9b82cbd8755b85921c2e578b0 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 IsForceMaximizeOnFirstRun() const override; | 
| void PreInit() override; | 
| void PreShutdown() override; | 
| void Exit() override; | 
|  |