Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(209)

Unified Diff: content/renderer/devtools_agent.h

Issue 8493016: content: Remove 16 exit time destructors and 15 static initializers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: mac compile Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/socket_stream_dispatcher.cc ('k') | content/renderer/devtools_agent.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « content/common/socket_stream_dispatcher.cc ('k') | content/renderer/devtools_agent.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698