| Index: content/public/common/common_param_traits_macros.h
|
| diff --git a/content/public/common/common_param_traits_macros.h b/content/public/common/common_param_traits_macros.h
|
| index e75889a61b5e712960585aff2ae6f624a7e33ee5..a8a84b2821a2071b1dfd400fc2329c06f09ffe3b 100644
|
| --- a/content/public/common/common_param_traits_macros.h
|
| +++ b/content/public/common/common_param_traits_macros.h
|
| @@ -55,6 +55,8 @@ IPC_ENUM_TRAITS_MAX_VALUE(WindowOpenDisposition,
|
| IPC_ENUM_TRAITS_MAX_VALUE(net::RequestPriority, net::MAXIMUM_PRIORITY)
|
| IPC_ENUM_TRAITS_MAX_VALUE(content::V8CacheOptions,
|
| content::V8_CACHE_OPTIONS_LAST)
|
| +IPC_ENUM_TRAITS_MAX_VALUE(content::V8CacheStrategiesForCacheStorage,
|
| + content::V8_CACHE_STRATEGIES_FOR_CACHE_STORAGE_LAST)
|
| IPC_ENUM_TRAITS_MIN_MAX_VALUE(ui::PointerType,
|
| ui::POINTER_TYPE_FIRST,
|
| ui::POINTER_TYPE_LAST)
|
| @@ -207,6 +209,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::WebPreferences)
|
| IPC_STRUCT_TRAITS_MEMBER(navigate_on_drag_drop)
|
| IPC_STRUCT_TRAITS_MEMBER(spatial_navigation_enabled)
|
| IPC_STRUCT_TRAITS_MEMBER(v8_cache_options)
|
| + IPC_STRUCT_TRAITS_MEMBER(v8_cache_strategies_for_cache_storage)
|
| IPC_STRUCT_TRAITS_MEMBER(pepper_accelerated_video_decode_enabled)
|
| IPC_STRUCT_TRAITS_MEMBER(animation_policy)
|
| IPC_STRUCT_TRAITS_MEMBER(user_gesture_required_for_presentation)
|
|
|