Index: content/browser/frame_host/render_frame_host_impl.h |
diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h |
index 3ea59fa06ecf6646398d097c930e414d2dfd7d44..e19626507f2c57222eccb38ee037d5ccae4d758d 100644 |
--- a/content/browser/frame_host/render_frame_host_impl.h |
+++ b/content/browser/frame_host/render_frame_host_impl.h |
@@ -131,6 +131,8 @@ class CONTENT_EXPORT RenderFrameHostImpl : public RenderFrameHost { |
void OnDidStopLoading(); |
void OnSwapOutACK(); |
void OnContextMenu(const ContextMenuParams& params); |
+ void OnDomOperationResponse(const std::string& json_string, |
+ int automation_id); |
// Returns whether the given URL is allowed to commit in the current process. |
// This is a more conservative check than RenderProcessHost::FilterURL, since |