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/render_frame_devtools_agent_host.h

Issue 2776523005: Plumbing devtools agent host id and request id between processes (Closed)
Patch Set: Full plumbing Created 3 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
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 399409d64096b3d3a01bca6dd26c60458a089c1d..165dcf57894e11bb3fbd2560d5004f23bb1243e2 100644
--- a/content/browser/devtools/render_frame_devtools_agent_host.h
+++ b/content/browser/devtools/render_frame_devtools_agent_host.h
@@ -60,6 +60,7 @@ class CONTENT_EXPORT RenderFrameDevToolsAgentHost
NavigationHandle* navigation_handle);
static bool IsNetworkHandlerEnabled(FrameTreeNode* frame_tree_node);
static std::string UserAgentOverride(FrameTreeNode* frame_tree_node);
+ static std::string GetAgentHostId(FrameTreeNode* frame_tree_node);
static void WebContentsCreated(WebContents* web_contents);

Powered by Google App Engine
This is Rietveld 408576698