| Index: content/browser/renderer_host/render_view_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h
|
| index a3f40093763b54e750ea4dc78c3f1ff4aac86fcf..1c21c52558c089f70b7abb647a9e690a976a8e5c 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.h
|
| +++ b/content/browser/renderer_host/render_view_host_impl.h
|
| @@ -632,8 +632,6 @@ class CONTENT_EXPORT RenderViewHostImpl
|
| void OnCancelDesktopNotification(int notification_id);
|
| void OnRunFileChooser(const FileChooserParams& params);
|
| void OnDidAccessInitialDocument();
|
| - void OnDomOperationResponse(const std::string& json_string,
|
| - int automation_id);
|
| void OnFocusedNodeTouched(bool editable);
|
|
|
| #if defined(OS_MACOSX) || defined(OS_ANDROID)
|
|
|