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

Unified Diff: content/common/resource_messages.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/common/resource_messages.h
diff --git a/content/common/resource_messages.h b/content/common/resource_messages.h
index 10b4db9fb483bea9369282de6d0deec48181c848..8f739fd0d9e215d3c7c0de49a0be13fd7ac262cd 100644
--- a/content/common/resource_messages.h
+++ b/content/common/resource_messages.h
@@ -257,6 +257,8 @@ IPC_STRUCT_TRAITS_BEGIN(content::ResourceRequest)
IPC_STRUCT_TRAITS_MEMBER(resource_body_stream_url)
IPC_STRUCT_TRAITS_MEMBER(initiated_in_secure_context)
IPC_STRUCT_TRAITS_MEMBER(download_to_network_cache_only)
+ IPC_STRUCT_TRAITS_MEMBER(devtools_agent_host_id)
+ IPC_STRUCT_TRAITS_MEMBER(devtools_request_id)
IPC_STRUCT_TRAITS_END()
// Parameters for a ResourceMsg_RequestComplete

Powered by Google App Engine
This is Rietveld 408576698