| Index: content/public/common/web_preferences.h
|
| diff --git a/content/public/common/web_preferences.h b/content/public/common/web_preferences.h
|
| index b5f363f048ad31ee6d1b69ee91cfe4651fbb6dd1..97210c669ebda4b5543e4c8c3b5a006e23f172c2 100644
|
| --- a/content/public/common/web_preferences.h
|
| +++ b/content/public/common/web_preferences.h
|
| @@ -249,6 +249,7 @@ 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;
|
| + bool embedded_media_experience_enabled;
|
| #else // defined(OS_ANDROID)
|
| bool cross_origin_media_playback_requires_user_gesture;
|
| #endif // defined(OS_ANDROID)
|
|
|