| Index: content/common/resource_messages.h | 
| diff --git a/content/common/resource_messages.h b/content/common/resource_messages.h | 
| index a7a0a3e6fe4439f9199b2090a6b35bc4d2a2dc36..db480128c515de102d4127ad5c3a0640a816e140 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 | 
|  |