Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1743)

Unified Diff: content/common/view_messages.h

Issue 11192057: [Android] Add supportMultipleWindows setting (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated to match the committed version of the WebKit part Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)

Powered by Google App Engine
This is Rietveld 408576698