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

Unified Diff: content/common/resource_request.h

Issue 2776523005: Plumbing devtools agent host id and request id between processes (Closed)
Patch Set: Rebased Created 3 years, 8 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
« no previous file with comments | « content/common/resource_messages.h ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/resource_request.h
diff --git a/content/common/resource_request.h b/content/common/resource_request.h
index 21219fbd007cc16bb8a79277dc5666d2cd7fa313..e7d7904981e4dc18f6fd93d9233d799c4a498c7c 100644
--- a/content/common/resource_request.h
+++ b/content/common/resource_request.h
@@ -196,6 +196,12 @@ struct CONTENT_EXPORT ResourceRequest {
// The response should be downloaded and stored in the network cache, but not
// sent back to the renderer.
bool download_to_network_cache_only = false;
+
+ // The id of the associated DevToolsAgentHost, if any.
+ std::string devtools_agent_host_id;
+
+ // The DevTools request id, if any.
+ std::string devtools_request_id;
};
} // namespace content
« no previous file with comments | « content/common/resource_messages.h ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698