| 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 2999373a4a83996b8d85deadc625467c68657154..39dd35388840b015401d9ce5a1fc0dc8ac008c3e 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -329,6 +329,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;
|
|
|