| 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 a74bc9efa6e35c4717158e9a5a3bffdb44e07b42..654ec64056872131c49dc9162a68c8c2562040b6 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -322,6 +322,7 @@ class CONTENT_EXPORT WebContentsImpl
|
| content::RenderViewHost* render_view_host) OVERRIDE;
|
| virtual void DidCancelLoading() OVERRIDE;
|
| virtual void DidChangeLoadProgress(double progress) OVERRIDE;
|
| + virtual void DidUpdateFrameTree(content::RenderViewHost* rvh) OVERRIDE;
|
| virtual void DocumentAvailableInMainFrame(
|
| content::RenderViewHost* render_view_host) OVERRIDE;
|
| virtual void DocumentOnLoadCompletedInMainFrame(
|
|
|