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 |