| Index: content/common/content_param_traits_macros.h
|
| diff --git a/content/common/content_param_traits_macros.h b/content/common/content_param_traits_macros.h
|
| index f7521f083950dbdd6ec1b5d673975c5bec8faa57..fcb8b3bdc13cb122b2ac20deb0265383dd13f8b5 100644
|
| --- a/content/common/content_param_traits_macros.h
|
| +++ b/content/common/content_param_traits_macros.h
|
| @@ -37,6 +37,8 @@ IPC_ENUM_TRAITS_MAX_VALUE(blink::WebContentSecurityPolicySource,
|
| blink::WebContentSecurityPolicySourceLast)
|
| IPC_ENUM_TRAITS_MAX_VALUE(blink::WebContentSecurityPolicyType,
|
| blink::WebContentSecurityPolicyTypeLast)
|
| +IPC_ENUM_TRAITS_MAX_VALUE(blink::WebContentSecurityPolicyViolationType,
|
| + blink::WebContentSecurityPolicyViolationTypeLast)
|
| IPC_ENUM_TRAITS_MAX_VALUE(blink::WebAddressSpace, blink::WebAddressSpaceLast)
|
| IPC_ENUM_TRAITS_MAX_VALUE(blink::WebSharedWorkerCreationContextType,
|
| blink::WebSharedWorkerCreationContextTypeLast)
|
|
|