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

Unified Diff: webkit/glue/webpreferences.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
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | webkit/glue/webpreferences.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webpreferences.h
diff --git a/webkit/glue/webpreferences.h b/webkit/glue/webpreferences.h
index 1da5cc77d9b272d8e78e42ba0fb9033cac21e146..043adae02dcd61e3455f6c6cbb9c232da4538ead 100644
--- a/webkit/glue/webpreferences.h
+++ b/webkit/glue/webpreferences.h
@@ -117,12 +117,6 @@ struct WEBKIT_GLUE_EXPORT WebPreferences {
bool fullscreen_enabled;
bool allow_displaying_insecure_content;
bool allow_running_insecure_content;
-#if defined(OS_ANDROID)
- bool text_autosizing_enabled;
- float font_scale_factor;
- bool force_enable_zoom;
- bool user_gesture_required_for_media_playback;
-#endif
bool password_echo_enabled;
bool should_print_backgrounds;
bool enable_scroll_animator;
@@ -150,6 +144,14 @@ struct WEBKIT_GLUE_EXPORT WebPreferences {
bool apply_page_scale_factor_in_compositor;
+#if defined(OS_ANDROID)
+ bool text_autosizing_enabled;
+ float font_scale_factor;
+ bool force_enable_zoom;
+ bool user_gesture_required_for_media_playback;
+ bool supports_multiple_windows;
+#endif
+
// We try to keep the default values the same as the default values in
// chrome, except for the cases where it would require lots of extra work for
// the embedder to use the same default value.
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | webkit/glue/webpreferences.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698