| Index: content/public/common/web_preferences.h
|
| diff --git a/content/public/common/web_preferences.h b/content/public/common/web_preferences.h
|
| index ba1898875bb61ecf86d2eb687682459a5b2857cf..8526cf768c61b9a95de09c4ca030c086a8257372 100644
|
| --- a/content/public/common/web_preferences.h
|
| +++ b/content/public/common/web_preferences.h
|
| @@ -250,6 +250,8 @@ struct CONTENT_EXPORT WebPreferences {
|
| bool spellcheck_enabled_by_default;
|
| // If enabled, when a video goes fullscreen, the orientation should be locked.
|
| bool video_fullscreen_orientation_lock_enabled;
|
| + // If enabled, video fullscreen detection will be enabled.
|
| + bool video_fullscreen_detection_enabled;
|
| bool embedded_media_experience_enabled;
|
| #else // defined(OS_ANDROID)
|
| bool cross_origin_media_playback_requires_user_gesture;
|
|
|