| Index: ash/shell/shell_delegate_impl.h
|
| diff --git a/ash/shell/shell_delegate_impl.h b/ash/shell/shell_delegate_impl.h
|
| index a8a8944798aafa019042a2cb525186ca20eb7294..f8c3b0db885f8d5bc05718c1b7ff4ec832c4809c 100644
|
| --- a/ash/shell/shell_delegate_impl.h
|
| +++ b/ash/shell/shell_delegate_impl.h
|
| @@ -31,6 +31,7 @@ class ShellDelegateImpl : public ash::ShellDelegate {
|
| virtual void Exit() OVERRIDE;
|
| virtual void NewTab() OVERRIDE;
|
| virtual void NewWindow(bool incognito) OVERRIDE;
|
| + virtual void ToggleMaximized() OVERRIDE;
|
| virtual void OpenFileManager(bool as_dialog) OVERRIDE;
|
| virtual void OpenCrosh() OVERRIDE;
|
| virtual void OpenMobileSetup(const std::string& service_path) OVERRIDE;
|
|
|