| 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 c9502666d05d830dbd31935e93060b1fe6e395db..aa6302b2a4d9b496329798b79206ca55751f8893 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -309,6 +309,8 @@ class CONTENT_EXPORT WebContentsImpl
|
| virtual void WorkerCrashed(RenderFrameHost* render_frame_host) OVERRIDE;
|
| virtual void ShowContextMenu(RenderFrameHost* render_frame_host,
|
| const ContextMenuParams& params) OVERRIDE;
|
| + virtual void OnDomOperationResponse(
|
| + const DomOperationNotificationDetails& details) OVERRIDE;
|
| virtual WebContents* GetAsWebContents() OVERRIDE;
|
|
|
| // RenderViewHostDelegate ----------------------------------------------------
|
|
|