Index: chrome/browser/ui/browser_window.h |
diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h |
index 77c88985756e197970a0ac15d9e4c0bf10d480e1..11e2c50cf7540f57631f206c1351c73cb0d19645 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 |