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 8ba39939efba1b8250dd1329f21124e9938837a9..1b32e6358583ce2f4c175a55c68e987d67b98701 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -1393,6 +1393,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer( |
switches::kDisableEncryptedMedia, |
switches::kDisableFileSystem, |
switches::kDisableGestureRequirementForMediaPlayback, |
+ switches::kDisableGestureRequirementForPresentation, |
switches::kDisableGpuCompositing, |
switches::kDisableGpuMemoryBufferVideoFrames, |
switches::kDisableGpuVsync, |