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

Unified Diff: content/browser/debugger/render_view_devtools_agent_host.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
Index: content/browser/debugger/render_view_devtools_agent_host.h
diff --git a/content/browser/debugger/render_view_devtools_agent_host.h b/content/browser/debugger/render_view_devtools_agent_host.h
index 21245120aebda8631962ad33cedd6a99a31b86d3..e741a86c1311a4789480438350acf4dc9a9bf4cb 100644
--- a/content/browser/debugger/render_view_devtools_agent_host.h
+++ b/content/browser/debugger/render_view_devtools_agent_host.h
@@ -42,9 +42,6 @@ class CONTENT_EXPORT RenderViewDevToolsAgentHost
RenderViewHost* render_view_host_;
- typedef std::map<RenderViewHost*, RenderViewDevToolsAgentHost*> Instances;
- static Instances instances_;
-
DISALLOW_COPY_AND_ASSIGN(RenderViewDevToolsAgentHost);
};

Powered by Google App Engine
This is Rietveld 408576698