| 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 3e7ea78fd003bb4910bd861c147c7e93b36cdf97..f4410ca0b39d9db7a46d806bac280ef8683d43b4 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -327,6 +327,7 @@ class CONTENT_EXPORT WebContentsImpl
|
| virtual void DidCancelLoading() OVERRIDE;
|
| virtual void DidChangeLoadProgress(double progress) OVERRIDE;
|
| virtual void DidDisownOpener(RenderViewHost* rvh) OVERRIDE;
|
| + virtual void DidAccessInitialDocument() OVERRIDE;
|
| virtual void DidUpdateFrameTree(RenderViewHost* rvh) OVERRIDE;
|
| virtual void DocumentAvailableInMainFrame(
|
| RenderViewHost* render_view_host) OVERRIDE;
|
|
|