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

Unified Diff: content/public/browser/devtools_external_agent_proxy.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
« no previous file with comments | « content/public/browser/devtools_agent_host.h ('k') | content/public/browser/devtools_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/devtools_external_agent_proxy.h
diff --git a/content/public/browser/devtools_external_agent_proxy.h b/content/public/browser/devtools_external_agent_proxy.h
index 9e43c648a7e37b976f6b0f58483b12afea6ea7ab..25d701688b34ddf2281bc217abbf441281ce089b 100644
--- a/content/public/browser/devtools_external_agent_proxy.h
+++ b/content/public/browser/devtools_external_agent_proxy.h
@@ -26,6 +26,9 @@ class DevToolsExternalAgentProxy {
// Returns the local DevToolsAgentHost for the external agent.
virtual scoped_refptr<DevToolsAgentHost> GetAgentHost() = 0;
+ // Sends the message to the client host.
+ virtual void DispatchOnClientHost(const std::string& message) = 0;
+
// Informs the client that the connection has closed.
virtual void ConnectionClosed() = 0;
« no previous file with comments | « content/public/browser/devtools_agent_host.h ('k') | content/public/browser/devtools_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698