Index: content/public/common/web_preferences.h |
diff --git a/content/public/common/web_preferences.h b/content/public/common/web_preferences.h |
index 7d6ca7dc72d3b1f55efa2823e4ff3e356d78a2eb..129e07a6e6d6bedf57fded4e7260bbcf29b2b62c 100644 |
--- a/content/public/common/web_preferences.h |
+++ b/content/public/common/web_preferences.h |
@@ -174,6 +174,7 @@ struct CONTENT_EXPORT WebPreferences { |
int pinch_overlay_scrollbar_thickness; |
bool use_solid_color_scrollbars; |
bool navigate_on_drag_drop; |
+ bool user_gesture_required_for_presentation; |
V8CacheOptions v8_cache_options; |
// This flags corresponds to a Page's Settings' setCookieEnabled state. It |