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

Unified Diff: chromecast/browser/cast_browser_main_parts.cc

Issue 1660193007: [Presentation API] Adding a flag to disable gesture check for starting presentations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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: chromecast/browser/cast_browser_main_parts.cc
diff --git a/chromecast/browser/cast_browser_main_parts.cc b/chromecast/browser/cast_browser_main_parts.cc
index 8c29892c3514229b03d31414f50b81598ec160ef..7ba51dd9faa1063cf29085b8724ada247c3f373e 100644
--- a/chromecast/browser/cast_browser_main_parts.cc
+++ b/chromecast/browser/cast_browser_main_parts.cc
@@ -195,6 +195,7 @@ DefaultCommandLineSwitch g_default_switches[] = {
// GPU shader disk cache disabling is largely to conserve disk space.
{ switches::kDisableGpuShaderDiskCache, "" },
#endif
+ { switches::kDisableGestureRequirementForMediaPlayback, ""},
whywhat 2016/02/04 20:39:08 what's up with this change? (the switch should be
Zhiqiang Zhang (Slow) 2016/02/05 16:20:33 Done.
// Always enable HTMLMediaElement logs.
{ switches::kBlinkPlatformLogChannels, "Media"},
#if defined(DISABLE_DISPLAY)

Powered by Google App Engine
This is Rietveld 408576698