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

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

Issue 2590293003: [DevTools] Rework DevToolsSession interaction with domain handlers. (Closed)
Patch Set: includes Created 4 years 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/browser/devtools/devtools_session.cc ('k') | content/browser/devtools/forwarding_agent_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 c14ddb736615906bfa7ba120f471fdc69766e31e..36263cd0c6f188bdf98998083b0d95a0b4653856 100644
--- a/content/browser/devtools/forwarding_agent_host.h
+++ b/content/browser/devtools/forwarding_agent_host.h
@@ -30,9 +30,11 @@ class ForwardingAgentHost
void ConnectionClosed() override;
// DevToolsAgentHostImpl implementation.
- void Attach() override;
- void Detach() override;
- bool DispatchProtocolMessage(const std::string& message) override;
+ void AttachSession(DevToolsSession* session) override;
+ void DetachSession(int session_id) override;
+ bool DispatchProtocolMessage(
+ DevToolsSession* session,
+ const std::string& message) override;
// DevToolsAgentHost implementation
std::string GetType() override;
« no previous file with comments | « content/browser/devtools/devtools_session.cc ('k') | content/browser/devtools/forwarding_agent_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698