Chromium Code Reviews| Index: content/common/view_messages.h |
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
| index 839366243424301da75823f3f32ef444dce2dc0f..bda72b2aa149d922cc8444cb898350ccd95e8c4d 100644 |
| --- a/content/common/view_messages.h |
| +++ b/content/common/view_messages.h |
| @@ -146,6 +146,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(supports_multiple_windows) |
|
joth
2012/10/25 17:27:18
ditto comment from other thread about putting this
mnaganov (inactive)
2012/10/26 10:05:42
Done.
|
| +#endif |
| IPC_STRUCT_TRAITS_MEMBER(loads_images_automatically) |
| IPC_STRUCT_TRAITS_MEMBER(images_enabled) |
| IPC_STRUCT_TRAITS_MEMBER(plugins_enabled) |