Index: content/renderer/devtools/devtools_agent.h |
diff --git a/content/renderer/devtools/devtools_agent.h b/content/renderer/devtools/devtools_agent.h |
index 7b1200ba98d09cfd296947db2ebb261d8dc4fa5f..cbdccd56ecbe5ed93468a7b756246be4963141ce 100644 |
--- a/content/renderer/devtools/devtools_agent.h |
+++ b/content/renderer/devtools/devtools_agent.h |
@@ -71,7 +71,7 @@ class CONTENT_EXPORT DevToolsAgent |
const std::string& agent_state); |
void OnDetach(); |
void OnDispatchOnInspectorBackend(const std::string& message); |
- void OnInspectElement(const std::string& host_id, int x, int y); |
+ void OnInspectElement(int x, int y); |
void ContinueProgram(); |
void OnSetupDevToolsClient(const std::string& compatibility_script); |