| Index: content/browser/renderer_host/render_process_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
|
| index 101a006c1e8af8d02e92b66b2ca6d55b14430931..04f3a5489008d123f6beddd852aafe9ac4869e7e 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1758,6 +1758,7 @@
|
| switches::kDisableDisplayList2dCanvas,
|
| switches::kDisableDistanceFieldText,
|
| switches::kDisableFileSystem,
|
| + switches::kDisableGestureRequirementForMediaPlayback,
|
| switches::kDisableGestureRequirementForPresentation,
|
| switches::kDisableGpuCompositing,
|
| switches::kDisableGpuMemoryBufferVideoFrames,
|
| @@ -1838,7 +1839,6 @@
|
| switches::kEnableCanvas2dDynamicRenderingModeSwitching,
|
| switches::kForceOverlayFullscreenVideo,
|
| switches::kFullMemoryCrashReport,
|
| - switches::kIgnoreAutoplayRestrictionsForTests,
|
| switches::kInertVisualViewport,
|
| switches::kIPCConnectionTimeout,
|
| switches::kIsRunningInMash,
|
|
|