| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 02e25fa37121dea8abb5983f30eeb8a4a703ed8e..b2eb705fceef59f1332d4448ae59d6a72940465d 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -250,7 +250,8 @@ IPC_STRUCT_TRAITS_BEGIN(content::RendererPreferences)
|
| IPC_STRUCT_TRAITS_MEMBER(tap_multiple_targets_strategy)
|
| IPC_STRUCT_TRAITS_MEMBER(disable_client_blocked_error_page)
|
| IPC_STRUCT_TRAITS_MEMBER(plugin_fullscreen_allowed)
|
| - IPC_STRUCT_TRAITS_MEMBER(use_video_overlay_for_embedded_encrypted_video)
|
| + IPC_STRUCT_TRAITS_MEMBER(allow_video_overlay_for_embedded_encrypted_video)
|
| + IPC_STRUCT_TRAITS_MEMBER(use_view_overlay_for_all_video)
|
| IPC_STRUCT_TRAITS_MEMBER(caption_font_family_name)
|
| IPC_STRUCT_TRAITS_MEMBER(caption_font_height)
|
| IPC_STRUCT_TRAITS_MEMBER(small_caption_font_family_name)
|
|
|