Index: chrome/browser/ui/browser.cc |
=================================================================== |
--- chrome/browser/ui/browser.cc (revision 69571) |
+++ chrome/browser/ui/browser.cc (working copy) |
@@ -3376,7 +3376,7 @@ |
} |
void Browser::HideInstant() { |
- window_->HideInstant(); |
+ window_->HideInstant(instant_->is_active()); |
} |
void Browser::CommitInstant(TabContentsWrapper* preview_contents) { |