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 445a0dc03335e183a1905faee7797869786b7352..e5384df41f58d45eedef806b286bf100e37ca616 100644 |
--- a/content/browser/renderer_host/render_view_host_impl.h |
+++ b/content/browser/renderer_host/render_view_host_impl.h |
@@ -447,8 +447,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); |