| Index: content/public/common/web_preferences.cc
|
| diff --git a/content/public/common/web_preferences.cc b/content/public/common/web_preferences.cc
|
| index da49d445705c1a4020261f87061b081349d7bca0..13719049b246496c3758583f6297198d44a8801a 100644
|
| --- a/content/public/common/web_preferences.cc
|
| +++ b/content/public/common/web_preferences.cc
|
| @@ -208,6 +208,8 @@ WebPreferences::WebPreferences()
|
| resue_global_for_unowned_main_frame(false),
|
| progress_bar_completion(ProgressBarCompletion::LOAD_EVENT),
|
| spellcheck_enabled_by_default(true),
|
| +#else
|
| + cross_origin_media_playback_requires_user_gesture(false),
|
| #endif
|
| #if defined(OS_ANDROID)
|
| default_minimum_page_scale_factor(0.25f),
|
|
|