| Index: chrome/browser/ui/browser_window.h
|
| diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h
|
| index 48844a92b065affb62115370940953871ed9ac00..8eb84c4544dc1ea3a39c2ccf37031bbd2d5c0b82 100644
|
| --- a/chrome/browser/ui/browser_window.h
|
| +++ b/chrome/browser/ui/browser_window.h
|
| @@ -311,8 +311,7 @@ class BrowserWindow {
|
| virtual void ShowInstant(TabContentsWrapper* preview) = 0;
|
|
|
| // Invoked when the instant's tab contents should be hidden.
|
| - // |instant_is_active| indicates if instant is still active.
|
| - virtual void HideInstant(bool instant_is_active) = 0;
|
| + virtual void HideInstant() = 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
|
|
|