| Index: chrome/browser/ui/views/frame/browser_view.h
|
| diff --git a/chrome/browser/ui/views/frame/browser_view.h b/chrome/browser/ui/views/frame/browser_view.h
|
| index 3c519ad74f6c6d2a82038135f04ec23b8043049a..dd480d9f9802461b1677e42745af1108b620114f 100644
|
| --- a/chrome/browser/ui/views/frame/browser_view.h
|
| +++ b/chrome/browser/ui/views/frame/browser_view.h
|
| @@ -312,7 +312,7 @@ class BrowserView : public BrowserBubbleHost,
|
| virtual void Copy() OVERRIDE;
|
| virtual void Paste() OVERRIDE;
|
| 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;
|
|
|