| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 261bda4c7d00d55b6a44a6c6fd0942ee7b9416a4..b74e270690432c6795b3d0434ef66c2e70e07d3c 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -153,6 +153,9 @@ IPC_STRUCT_TRAITS_BEGIN(webkit_glue::WebPreferences)
|
| IPC_STRUCT_TRAITS_MEMBER(javascript_enabled)
|
| IPC_STRUCT_TRAITS_MEMBER(web_security_enabled)
|
| IPC_STRUCT_TRAITS_MEMBER(javascript_can_open_windows_automatically)
|
| +#if defined(OS_ANDROID)
|
| + IPC_STRUCT_TRAITS_MEMBER(support_multiple_windows)
|
| +#endif
|
| IPC_STRUCT_TRAITS_MEMBER(loads_images_automatically)
|
| IPC_STRUCT_TRAITS_MEMBER(images_enabled)
|
| IPC_STRUCT_TRAITS_MEMBER(plugins_enabled)
|
|
|