summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/frame
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-17 23:44:49 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-17 23:44:49 +0000
commitf340e881d7059db7284d07ab4cd19d82739212c3 (patch)
treea55c0bbf280297fb86e1e3831693470ae6571173 /chrome/browser/views/frame
parentdfcec23417f5ac504a257f1c740404df69826792 (diff)
downloadchromium_src-f340e881d7059db7284d07ab4cd19d82739212c3.zip
chromium_src-f340e881d7059db7284d07ab4cd19d82739212c3.tar.gz
chromium_src-f340e881d7059db7284d07ab4cd19d82739212c3.tar.bz2
Support shortcut show styles for "run maximized", "run minimized" etc.
http://crbug.com/3278 Review URL: http://codereview.chromium.org/7504 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3579 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views/frame')
-rw-r--r--chrome/browser/views/frame/browser_view2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/views/frame/browser_view2.cc b/chrome/browser/views/frame/browser_view2.cc
index 70ff11d..5de3d88 100644
--- a/chrome/browser/views/frame/browser_view2.cc
+++ b/chrome/browser/views/frame/browser_view2.cc
@@ -294,7 +294,7 @@ void BrowserView2::Init() {
}
void BrowserView2::Show(int command, bool adjust_to_fit) {
- frame_->GetWindow()->Show();
+ frame_->GetWindow()->Show(command);
}
void BrowserView2::Close() {