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 b099a7b280f63bef518c334f79777250201be3dc..78b6a7b3b02a7f51a30577c20205b19b00f736ff 100644 |
--- a/content/browser/renderer_host/render_view_host_impl.h |
+++ b/content/browser/renderer_host/render_view_host_impl.h |
@@ -482,8 +482,6 @@ class CONTENT_EXPORT RenderViewHostImpl |
void OnTargetDropACK(); |
void OnTakeFocus(bool reverse); |
void OnFocusedNodeChanged(bool is_editable_node); |
- void OnUpdateInspectorSetting(const std::string& key, |
- const std::string& value); |
void OnClosePageACK(); |
void OnDidZoomURL(double zoom_level, const GURL& url); |
void OnRunFileChooser(const FileChooserParams& params); |