| Index: content/common/resource_messages.h
|
| diff --git a/content/common/resource_messages.h b/content/common/resource_messages.h
|
| index bcbeabc96f94f0118b3a4b9fc0ecc607587fe5e3..0968771201dc267cb1a3b5cf04e6024568cf23fa 100644
|
| --- a/content/common/resource_messages.h
|
| +++ b/content/common/resource_messages.h
|
| @@ -183,16 +183,12 @@
|
| IPC_STRUCT_TRAITS_MEMBER(cors_exposed_header_names)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| -IPC_ENUM_TRAITS_MAX_VALUE(net::URLRequest::ReferrerPolicy,
|
| - net::URLRequest::MAX_REFERRER_POLICY - 1)
|
| -
|
| IPC_STRUCT_TRAITS_BEGIN(net::RedirectInfo)
|
| IPC_STRUCT_TRAITS_MEMBER(status_code)
|
| IPC_STRUCT_TRAITS_MEMBER(new_method)
|
| IPC_STRUCT_TRAITS_MEMBER(new_url)
|
| IPC_STRUCT_TRAITS_MEMBER(new_first_party_for_cookies)
|
| IPC_STRUCT_TRAITS_MEMBER(new_referrer)
|
| - IPC_STRUCT_TRAITS_MEMBER(new_referrer_policy)
|
| IPC_STRUCT_TRAITS_MEMBER(referred_token_binding_host)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
|
|