| 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 7db4ec60b0e01d82c78a5bbe5ca187194df4300a..e336ef9d9762d5a5443edadb55497ef5ea938349 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -165,6 +165,8 @@ class CONTENT_EXPORT WebContentsImpl
|
| return geolocation_dispatcher_host_.get();
|
| }
|
|
|
| + bool should_normally_be_visible() { return should_normally_be_visible_; }
|
| +
|
| // WebContents ------------------------------------------------------
|
| virtual WebContentsDelegate* GetDelegate() OVERRIDE;
|
| virtual void SetDelegate(WebContentsDelegate* delegate) OVERRIDE;
|
|
|