| 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 9dbf0a2add79f8b9a710cda66bc17db2a76f6adc..1128a89ae452ea7dbf2dde8bb891059a41f5949d 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -329,6 +329,10 @@ class CONTENT_EXPORT WebContentsImpl
|
| virtual void DidChangeLoadProgress(double progress) OVERRIDE;
|
| virtual void DidDisownOpener(RenderViewHost* rvh) OVERRIDE;
|
| virtual void DidUpdateFrameTree(RenderViewHost* rvh) OVERRIDE;
|
| + virtual void DidUpdateFrameName(RenderViewHost* rvh,
|
| + int frame_id,
|
| + bool is_top_level,
|
| + const std::string& name) OVERRIDE;
|
| virtual void DocumentAvailableInMainFrame(
|
| RenderViewHost* render_view_host) OVERRIDE;
|
| virtual void DocumentOnLoadCompletedInMainFrame(
|
|
|