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

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: Comments addressed, moved fields in WebPreferences. 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 e0523938aed7dd28f87c2f42f1be835e39f10531..7fd15f93f57e271d2c7987bbbec0b3bf9c710b2d 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -227,6 +227,7 @@ IPC_STRUCT_TRAITS_BEGIN(webkit_glue::WebPreferences)
IPC_STRUCT_TRAITS_MEMBER(text_autosizing_enabled)
IPC_STRUCT_TRAITS_MEMBER(font_scale_factor)
IPC_STRUCT_TRAITS_MEMBER(force_enable_zoom)
+ IPC_STRUCT_TRAITS_MEMBER(supports_multiple_windows)
#endif
IPC_STRUCT_TRAITS_END()

Powered by Google App Engine
This is Rietveld 408576698