Index: content/public/common/web_preferences.h |
diff --git a/content/public/common/web_preferences.h b/content/public/common/web_preferences.h |
index 78e0e637b3c5a25d97c0c8b7922af89a36370eb6..f0ec0aebbc2679d2bdf7ef88e7d5884acf9f23a4 100644 |
--- a/content/public/common/web_preferences.h |
+++ b/content/public/common/web_preferences.h |
@@ -158,6 +158,7 @@ struct CONTENT_EXPORT WebPreferences { |
float device_scale_adjustment; |
bool force_enable_zoom; |
bool disallow_fullscreen_for_non_media_elements; |
+ bool full_screen_enabled; |
bool double_tap_to_zoom_enabled; |
bool user_gesture_required_for_media_playback; |
GURL default_video_poster_url; |