| Index: content/common/resource_messages.h
|
| diff --git a/content/common/resource_messages.h b/content/common/resource_messages.h
|
| index 845404148cdbfc37286a5e16c0566f9ca1fe6bdc..55f5935463657fde8a218b50a2551970a6bbf4e3 100644
|
| --- a/content/common/resource_messages.h
|
| +++ b/content/common/resource_messages.h
|
| @@ -214,6 +214,7 @@ IPC_ENUM_TRAITS_MAX_VALUE(net::ct::SCTVerifyStatus, net::ct::SCT_STATUS_MAX)
|
| IPC_STRUCT_TRAITS_BEGIN(content::ResourceRequest)
|
| IPC_STRUCT_TRAITS_MEMBER(method)
|
| IPC_STRUCT_TRAITS_MEMBER(url)
|
| + IPC_STRUCT_TRAITS_MEMBER(request_start)
|
| IPC_STRUCT_TRAITS_MEMBER(first_party_for_cookies)
|
| IPC_STRUCT_TRAITS_MEMBER(request_initiator)
|
| IPC_STRUCT_TRAITS_MEMBER(referrer)
|
|
|