Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(973)

Unified Diff: content/browser/renderer_host/render_process_host_impl.cc

Issue 2851453003: Revert of Rename kDisableGestureRequirementForMediaPlayback and make it a test-only flag. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698