| 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 e00498e4bbb2bd2b30aaec079588038cdafe1b54..4216c8d712945a6a36745e55de4430040dbdf8bf 100644
|
| --- a/content/browser/web_contents/web_contents_impl.cc
|
| +++ b/content/browser/web_contents/web_contents_impl.cc
|
| @@ -2824,6 +2824,10 @@ bool WebContentsImpl::OnMessageReceived(RenderFrameHost* render_frame_host,
|
| return OnMessageReceived(NULL, render_frame_host, message);
|
| }
|
|
|
| +const GURL& WebContentsImpl::GetMainFrameLastCommittedURL() const {
|
| + return GetLastCommittedURL();
|
| +}
|
| +
|
| void WebContentsImpl::RenderFrameCreated(RenderFrameHost* render_frame_host) {
|
| // Note this is only for subframes, the notification for the main frame
|
| // happens in RenderViewCreated.
|
|
|