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