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

Unified Diff: content/common/view_messages.h

Issue 10454019: Unset the page-scale-factor limits if enable-pinch flag is turned on. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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 d64536b0a38473922eec853429c9f399c26ed494..a272c6b01efb3913998339b08cd9d1a09c3004c5 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -211,6 +211,7 @@ IPC_STRUCT_TRAITS_BEGIN(webkit_glue::WebPreferences)
IPC_STRUCT_TRAITS_MEMBER(default_tile_height)
IPC_STRUCT_TRAITS_MEMBER(max_untiled_layer_width)
IPC_STRUCT_TRAITS_MEMBER(max_untiled_layer_height)
+ IPC_STRUCT_TRAITS_MEMBER(force_enable_page_scale)
jamesr 2012/05/24 21:02:37 if you move the declaration in WebPreferences plea
sadrul 2012/05/24 21:10:16 Done.
IPC_STRUCT_TRAITS_END()
IPC_STRUCT_TRAITS_BEGIN(WebMenuItem)

Powered by Google App Engine
This is Rietveld 408576698