| 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 8fc9d1633d3c2365f1c5f9f2070dd5d8dd3aa185..a831a62e8671b3f329063ce2c9a393480cdd0040 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.h
|
| +++ b/content/browser/renderer_host/render_view_host_impl.h
|
| @@ -627,8 +627,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)
|
|
|