Chromium Code Reviews| Index: chrome/browser/ui/views/frame/browser_view.cc |
| =================================================================== |
| --- chrome/browser/ui/views/frame/browser_view.cc (revision 115685) |
| +++ chrome/browser/ui/views/frame/browser_view.cc (working copy) |
| @@ -1625,6 +1625,7 @@ |
| } |
| *bounds = window_rect; |
| + *show_state = ui::SHOW_STATE_NORMAL; |
| } |
| // We return true because we can _always_ locate reasonable bounds using the |