| Index: chrome/browser/ui/ash/chrome_shell_delegate.h
|
| diff --git a/chrome/browser/ui/ash/chrome_shell_delegate.h b/chrome/browser/ui/ash/chrome_shell_delegate.h
|
| index fc9bc1c17a58f0bbe1d68302d5a18c341a7e901c..a467a6ee8c1672fab697f2f93a7a2e41750c53ad 100644
|
| --- a/chrome/browser/ui/ash/chrome_shell_delegate.h
|
| +++ b/chrome/browser/ui/ash/chrome_shell_delegate.h
|
| @@ -52,6 +52,7 @@ class ChromeShellDelegate : public ash::ShellDelegate,
|
| bool IsIncognitoAllowed() const override;
|
| bool IsRunningInForcedAppMode() const override;
|
| bool IsMultiAccountEnabled() const override;
|
| + bool IsForceMaximizeOnFirstRun() const override;
|
| void PreInit() override;
|
| void PreShutdown() override;
|
| void Exit() override;
|
|
|