summaryrefslogtreecommitdiffstats
path: root/ash/shell_delegate.h
diff options
context:
space:
mode:
authoroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-22 01:57:31 +0000
committeroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-22 01:57:31 +0000
commitc4755fd5e6a21187410aa07b3333c83ae5da7316 (patch)
treec65608ad0f6be193b767393c8dfddadf9890ad23 /ash/shell_delegate.h
parentb857e4f068b60b34f853a13c1ee35f8377fec329 (diff)
downloadchromium_src-c4755fd5e6a21187410aa07b3333c83ae5da7316.zip
chromium_src-c4755fd5e6a21187410aa07b3333c83ae5da7316.tar.gz
chromium_src-c4755fd5e6a21187410aa07b3333c83ae5da7316.tar.bz2
Move ToggleMaximized impl to ash and remove ShellDelegate::ToggleMaximized
BUG=272460 Review URL: https://codereview.chromium.org/29153006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@230005 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/shell_delegate.h')
-rw-r--r--ash/shell_delegate.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ash/shell_delegate.h b/ash/shell_delegate.h
index ecbfff5..02fea7f 100644
--- a/ash/shell_delegate.h
+++ b/ash/shell_delegate.h
@@ -142,9 +142,6 @@ class ASH_EXPORT ShellDelegate {
// Invoked when the user uses Shift+F4 to toggle the window fullscreen state.
virtual void ToggleFullscreen() = 0;
- // Invoked when the user uses F4 to toggle window maximized state.
- virtual void ToggleMaximized() = 0;
-
// Invoked when an accelerator is used to open the file manager.
virtual void OpenFileManager() = 0;