| Index: chrome/browser/ui/views/frame/browser_view.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/frame/browser_view.cc (revision 86938)
|
| +++ chrome/browser/ui/views/frame/browser_view.cc (working copy)
|
| @@ -1688,7 +1688,7 @@
|
| // Tab strip isn't empty. Hide the frame (so it appears to have closed
|
| // immediately) and close all the tabs, allowing the renderers to shut
|
| // down. When the tab strip is empty we'll be called back again.
|
| - frame_->Hide();
|
| + frame_->HideWindow();
|
| browser_->OnWindowClosing();
|
| return false;
|
| }
|
|
|