| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index 21ec675da5f6566d62c649cd02971957f9c5f660..caf2ffd43be7b40d861d3a567c4c2295d17f4b00 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -492,6 +492,7 @@ class CONTENT_EXPORT WebContentsImpl
|
| virtual bool FocusLocationBarByDefault() OVERRIDE;
|
| virtual void SetFocusToLocationBar(bool select_all) OVERRIDE;
|
| virtual void CreateViewAndSetSizeForRVH(RenderViewHost* rvh) OVERRIDE;
|
| + virtual bool IsHidden() OVERRIDE;
|
|
|
| // NotificationObserver ------------------------------------------------------
|
|
|
|
|