| 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 382f5fcfe42661cd5a4f443f4a8e407d9dd8cc0a..ab7e613e414224fbbb3219601a646d1390ff7997 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -328,6 +328,7 @@ class CONTENT_EXPORT WebContentsImpl
|
| virtual void ShowContextMenu(RenderFrameHost* render_frame_host,
|
| const ContextMenuParams& params) OVERRIDE;
|
| virtual WebContents* GetAsWebContents() OVERRIDE;
|
| + virtual bool IsNeverVisible() OVERRIDE;
|
|
|
| // RenderViewHostDelegate ----------------------------------------------------
|
| virtual RenderViewHostDelegateView* GetDelegateView() OVERRIDE;
|
|
|