| 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 f3236c9fb6eb51623b714c041203dbb8604ae99a..71421dfb70c871d032a5aaeec90f95779bcdbdd4 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -340,6 +340,7 @@ class CONTENT_EXPORT WebContentsImpl
|
| bool is_reload,
|
| IPC::Message* reply_msg) OVERRIDE;
|
| virtual WebContents* GetAsWebContents() OVERRIDE;
|
| + virtual bool IsNeverVisible() OVERRIDE;
|
|
|
| // RenderViewHostDelegate ----------------------------------------------------
|
| virtual RenderViewHostDelegateView* GetDelegateView() OVERRIDE;
|
|
|