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

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

Issue 2874613003: [DevTools] Support multiple clients in DevToolsAgentHost (Closed)
Patch Set: Created 3 years, 7 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/render_frame_devtools_agent_host.h
diff --git a/content/browser/devtools/render_frame_devtools_agent_host.h b/content/browser/devtools/render_frame_devtools_agent_host.h
index 7e6001147fa22b89ce92a62327d64d0be5843d0b..862618b3d0ee0e0ed5504b1493aa4c6fcd30d9eb 100644
--- a/content/browser/devtools/render_frame_devtools_agent_host.h
+++ b/content/browser/devtools/render_frame_devtools_agent_host.h
@@ -139,8 +139,8 @@ class CONTENT_EXPORT RenderFrameDevToolsAgentHost
bool IsChildFrame();
- void OnClientAttached();
- void OnClientDetached();
+ void OnClientsAttached();
+ void OnClientsDetached();
void RenderFrameCrashed();
void OnSwapCompositorFrame(const IPC::Message& message);
« no previous file with comments | « content/browser/devtools/forwarding_agent_host.cc ('k') | content/browser/devtools/render_frame_devtools_agent_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698