| Index: content/browser/renderer_host/render_view_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_view_host_impl.cc b/content/browser/renderer_host/render_view_host_impl.cc
|
| index 9d7b00a7b72d592cc0797d2990f6f2a12536074e..109b6bf30c5f8971585e480d7db882daeb366c92 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_view_host_impl.cc
|
| @@ -451,12 +451,12 @@ WebPreferences RenderViewHostImpl::ComputeWebkitPrefs() {
|
| prefs.user_gesture_required_for_media_playback = !command_line.HasSwitch(
|
| switches::kDisableGestureRequirementForMediaPlayback) &&
|
| (autoplay_group_name.empty() || autoplay_group_name != "Enabled");
|
| +#endif
|
|
|
| // Handle autoplay gesture override experiment.
|
| // Note that anything but a well-formed string turns the experiment off.
|
| prefs.autoplay_experiment_mode = base::FieldTrialList::FindFullName(
|
| "MediaElementGestureOverrideExperiment");
|
| -#endif
|
|
|
| prefs.touch_enabled = ui::AreTouchEventsEnabled();
|
| prefs.device_supports_touch = prefs.touch_enabled &&
|
|
|