diff options
Diffstat (limited to 'chrome/browser/ui/browser_window.h')
-rw-r--r-- | chrome/browser/ui/browser_window.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h index 77c8898..11e2c50 100644 --- a/chrome/browser/ui/browser_window.h +++ b/chrome/browser/ui/browser_window.h @@ -323,7 +323,8 @@ class BrowserWindow { virtual void ShowInstant(TabContents* preview_contents) = 0; // Invoked when the instant's tab contents should be hidden. - virtual void HideInstant() = 0; + // |instant_is_active| indicates if instant is still active. + virtual void HideInstant(bool instant_is_active) = 0; // Returns the desired bounds for instant in screen coordinates. Note that if // instant isn't currently visible this returns the bounds instant would be |