diff options
Diffstat (limited to 'chrome/browser/ui/browser.cc')
-rw-r--r-- | chrome/browser/ui/browser.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc index 6d0b435..67a5323 100644 --- a/chrome/browser/ui/browser.cc +++ b/chrome/browser/ui/browser.cc @@ -3186,7 +3186,7 @@ void Browser::TabDeactivated(TabContentsWrapper* contents) { if (contents == fullscreened_tab_) ExitTabbedFullscreenModeIfNecessary(); if (instant()) - instant()->DestroyPreviewContents(); + instant()->DestroyPreviewContentsAndLeaveActive(); // Save what the user's currently typing, so it can be restored when we // switch back to this tab. |