diff options
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | chrome/browser/ui/views/frame/browser_view.cc | 3 |
2 files changed, 3 insertions, 1 deletions
@@ -152,3 +152,4 @@ Shiliu Wang <aofdwsl@gmail.com> Gao Chun <gaochun.dev@gmail.com> Devlin Cronin <rdevlin.cronin@gmail.com> Junmin Zhu <junmin.zhu@intel.com> +Cem Kocagil <cem.kocagil@gmail.com> diff --git a/chrome/browser/ui/views/frame/browser_view.cc b/chrome/browser/ui/views/frame/browser_view.cc index 52ff0a5..1d74f8e 100644 --- a/chrome/browser/ui/views/frame/browser_view.cc +++ b/chrome/browser/ui/views/frame/browser_view.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -1643,6 +1643,7 @@ bool BrowserView::GetSavedWindowPlacement( } *bounds = window_rect; + *show_state = ui::SHOW_STATE_NORMAL; } // We return true because we can _always_ locate reasonable bounds using the |