| 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 28d48ed5693507b54bdd63730a0f3f7c5758b924..a1650355c75f7e49283cf7df930beadb38e8a6a5 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -307,6 +307,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 ----------------------------------------------------
|
|
|