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

Unified Diff: content/browser/devtools/devtools_external_agent_proxy_impl.h

Issue 13305002: Remove redundant DevToolsManager methods and clean up its clients. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments Created 7 years, 9 months 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/devtools/devtools_external_agent_proxy_impl.h
diff --git a/content/browser/devtools/devtools_external_agent_proxy_impl.h b/content/browser/devtools/devtools_external_agent_proxy_impl.h
index 39f40dfd2ccaa9a1887c6b3a6df9fcd3a270c572..cf025ec7b4f036a65936944c3a64a73718533ee4 100644
--- a/content/browser/devtools/devtools_external_agent_proxy_impl.h
+++ b/content/browser/devtools/devtools_external_agent_proxy_impl.h
@@ -19,6 +19,7 @@ class DevToolsExternalAgentProxyImpl
// DevToolsExternalAgentProxy implementation.
virtual scoped_refptr<DevToolsAgentHost> GetAgentHost() OVERRIDE;
+ virtual void DispatchOnClientHost(const std::string& message) OVERRIDE;
virtual void ConnectionClosed() OVERRIDE;
private:
« no previous file with comments | « content/browser/devtools/devtools_agent_host_impl.cc ('k') | content/browser/devtools/devtools_external_agent_proxy_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698