| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index b5bdd630de2e0894a7746721a6c818b489f8c88d..67d313acaf84d2cfaf1c46719f39b5caf20f7ff3 100644
|
| --- a/chrome/browser/ui/browser.cc
|
| +++ b/chrome/browser/ui/browser.cc
|
| @@ -3380,7 +3380,7 @@ void Browser::ShowInstant(TabContentsWrapper* preview_contents) {
|
| }
|
|
|
| void Browser::HideInstant() {
|
| - window_->HideInstant();
|
| + window_->HideInstant(instant_->is_active());
|
| }
|
|
|
| void Browser::CommitInstant(TabContentsWrapper* preview_contents) {
|
|
|