| 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 5546598d50ae04eb36d100986af32fee5551c3ff..96e78d48c1b631d4f1c9002a49622f9435f55423 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -669,6 +669,7 @@ class CONTENT_EXPORT WebContentsImpl
|
| void OnFirstPaintAfterLoad(RenderWidgetHostImpl* render_widget_host) override;
|
| TextInputManager* GetTextInputManager() override;
|
| bool OnUpdateDragCursor() override;
|
| + std::string GetRapporCommittedUrl() override;
|
|
|
| // RenderFrameHostManager::Delegate ------------------------------------------
|
|
|
|
|