| Index: chrome/browser/ui/panels/panel.h
|
| diff --git a/chrome/browser/ui/panels/panel.h b/chrome/browser/ui/panels/panel.h
|
| index 9496990515e0d07d9ef901e8f482e61501b52283..28874849442f01e317e2b525ac5693e045f9e4b6 100644
|
| --- a/chrome/browser/ui/panels/panel.h
|
| +++ b/chrome/browser/ui/panels/panel.h
|
| @@ -147,7 +147,7 @@ class Panel : public BrowserWindow, public NotificationObserver {
|
| virtual bool InPresentationMode() OVERRIDE;
|
| #endif
|
| virtual void ShowInstant(TabContentsWrapper* preview) OVERRIDE;
|
| - virtual void HideInstant(bool instant_is_active) OVERRIDE;
|
| + virtual void HideInstant() OVERRIDE;
|
| virtual gfx::Rect GetInstantBounds() OVERRIDE;
|
| virtual WindowOpenDisposition GetDispositionForPopupBounds(
|
| const gfx::Rect& bounds) OVERRIDE;
|
|
|