| 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 b9320aed69ec0249a25201e11d8e3332633fd307..85c3d0bc26a778ae73cebd3e22b241ca78da67dc 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -325,6 +325,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(
|
|
|