Index: content/renderer/devtools_agent.h |
diff --git a/content/renderer/devtools_agent.h b/content/renderer/devtools_agent.h |
index cafe707835b931c0b960089613061fe7447eefb7..85e8f4862d24a1787ea8992a0e5fcbeb8cd485fa 100644 |
--- a/content/renderer/devtools_agent.h |
+++ b/content/renderer/devtools_agent.h |
@@ -6,7 +6,6 @@ |
#define CONTENT_RENDERER_DEVTOOLS_AGENT_H_ |
#pragma once |
-#include <map> |
#include <string> |
#include "base/basictypes.h" |
@@ -20,8 +19,6 @@ namespace WebKit { |
class WebDevToolsAgent; |
} |
-typedef std::map<std::string, std::string> DevToolsRuntimeProperties; |
- |
// DevToolsAgent belongs to the inspectable RenderView and provides Glue's |
// agents with the communication capabilities. All messages from/to Glue's |
// agents infrastructure are flowing through this communication agent. |
@@ -67,8 +64,6 @@ class DevToolsAgent : public content::RenderViewObserver, |
void OnNavigate(); |
void OnSetupDevToolsClient(); |
- static std::map<int, DevToolsAgent*> agent_for_routing_id_; |
- |
bool is_attached_; |
bool expose_v8_debugger_protocol_; |