| 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 bf5e597198110576e51d22970b95fa84eb732390..a150b741b8ed37bdca4049f53b6848d001b1bdd6 100644
|
| --- a/chrome/browser/ui/views/frame/browser_view.h
|
| +++ b/chrome/browser/ui/views/frame/browser_view.h
|
| @@ -339,6 +339,7 @@ class BrowserView : public BrowserWindow,
|
| virtual void ShowInstant(TabContents* preview) OVERRIDE;
|
| virtual void HideInstant() OVERRIDE;
|
| virtual gfx::Rect GetInstantBounds() OVERRIDE;
|
| + virtual bool IsInstantTabShowing() OVERRIDE;
|
| virtual WindowOpenDisposition GetDispositionForPopupBounds(
|
| const gfx::Rect& bounds) OVERRIDE;
|
| virtual FindBar* CreateFindBar() OVERRIDE;
|
|
|