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

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

Issue 467653002: Revert of [DevTools] Make DevTools clients talk directly to DevToolsAgentHost instead of using DevToolsManage… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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/forwarding_agent_host.h
diff --git a/content/browser/devtools/forwarding_agent_host.h b/content/browser/devtools/forwarding_agent_host.h
index 93dabb40fd98e97bb5b0aad24199a7870b0e21a6..81e4aed541967b244341c2080c65b587ccf6936c 100644
--- a/content/browser/devtools/forwarding_agent_host.h
+++ b/content/browser/devtools/forwarding_agent_host.h
@@ -29,7 +29,7 @@
// DevToolsAgentHostImpl implementation.
virtual void Attach() OVERRIDE;
virtual void Detach() OVERRIDE;
- virtual void DispatchProtocolMessage(const std::string& message) OVERRIDE;
+ virtual void DispatchOnInspectorBackend(const std::string& message) OVERRIDE;
scoped_ptr<DevToolsExternalAgentProxyDelegate> delegate_;
};

Powered by Google App Engine
This is Rietveld 408576698