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