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

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

Issue 2300703005: DevTools: merge devtools_http_handler into content - it is used in all the embedders anyways. (Closed)
Patch Set: for_landing! Created 4 years, 3 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 1ef785009840bdec0ff488f7b75ba6a32aa3def4..511132e45183951270f41d7ae568a52c2ec88388 100644
--- a/content/browser/devtools/forwarding_agent_host.h
+++ b/content/browser/devtools/forwarding_agent_host.h
@@ -18,7 +18,9 @@ class ForwardingAgentHost
: public DevToolsAgentHostImpl,
public DevToolsExternalAgentProxy {
public:
- ForwardingAgentHost(DevToolsExternalAgentProxyDelegate* delegate);
+ ForwardingAgentHost(
+ const std::string& id,
+ std::unique_ptr<DevToolsExternalAgentProxyDelegate> delegate);
private:
~ForwardingAgentHost() override;
« no previous file with comments | « content/browser/devtools/devtools_manager_unittest.cc ('k') | content/browser/devtools/forwarding_agent_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698