| Index: content/browser/web_contents/web_contents_impl.cc
|
| diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc
|
| index 005f768b03d5a7a96b142c11a1f9da432a710323..1b13fa4f14890fbcf22760f161a2e56a35bc1368 100644
|
| --- a/content/browser/web_contents/web_contents_impl.cc
|
| +++ b/content/browser/web_contents/web_contents_impl.cc
|
| @@ -2806,6 +2806,10 @@ bool WebContentsImpl::OnMessageReceived(RenderFrameHost* render_frame_host,
|
| return OnMessageReceived(NULL, render_frame_host, message);
|
| }
|
|
|
| +const GURL& WebContentsImpl::GetMainFrameVisibleURL() const {
|
| + return GetVisibleURL();
|
| +}
|
| +
|
| void WebContentsImpl::RenderFrameCreated(RenderFrameHost* render_frame_host) {
|
| // Note this is only for subframes, the notification for the main frame
|
| // happens in RenderViewCreated.
|
|
|