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 1ca76c56a4f7e7b4284aec88ec52f9f599f31b0e..451c518e1346a0fe2f250d747d262d0a0124b465 100644 |
--- a/content/browser/frame_host/render_frame_host_impl.h |
+++ b/content/browser/frame_host/render_frame_host_impl.h |
@@ -124,6 +124,8 @@ class CONTENT_EXPORT RenderFrameHostImpl : public RenderFrameHost { |
const GURL& target_url); |
void OnSwapOutACK(); |
void OnContextMenu(const ContextMenuParams& params); |
+ void OnDomOperationResponse(const std::string& json_string, |
+ int automation_id); |
// For now, RenderFrameHosts indirectly keep RenderViewHosts alive via a |
// refcount that calls Shutdown when it reaches zero. This allows each |