| Index: chrome/browser/ui/browser_window.h
|
| ===================================================================
|
| --- chrome/browser/ui/browser_window.h (revision 69571)
|
| +++ chrome/browser/ui/browser_window.h (working copy)
|
| @@ -323,7 +323,8 @@
|
| 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
|
|
|