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

Unified Diff: content/shell/app/shell_main_delegate.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/shell/app/shell_main_delegate.cc
diff --git a/content/shell/app/shell_main_delegate.cc b/content/shell/app/shell_main_delegate.cc
index a723a39d2fa5ef9e1be18a01feb6d1be533ae362..b3efdc1ec5c0de0bcd61dd20673761833af5db12 100644
--- a/content/shell/app/shell_main_delegate.cc
+++ b/content/shell/app/shell_main_delegate.cc
@@ -181,7 +181,8 @@
switches::kTouchEventFeatureDetectionEnabled);
if (!command_line.HasSwitch(switches::kForceDeviceScaleFactor))
command_line.AppendSwitchASCII(switches::kForceDeviceScaleFactor, "1.0");
- command_line.AppendSwitch(switches::kIgnoreAutoplayRestrictionsForTests);
+ command_line.AppendSwitch(
+ switches::kDisableGestureRequirementForMediaPlayback);
if (!command_line.HasSwitch(switches::kStableReleaseMode)) {
command_line.AppendSwitch(
« no previous file with comments | « content/public/common/content_switches.cc ('k') | content/test/gpu/gpu_tests/webgl_conformance_integration_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698