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

Unified Diff: content/child/runtime_features.cc

Issue 2728133002: Media Controls: make the MediaControlsOverlayPlayButton a runtime enabled flag. (Closed)
Patch Set: should create a cast target Created 3 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
« no previous file with comments | « chromecast/renderer/cast_content_renderer_client.cc ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/runtime_features.cc
diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
index c4073ed116e8788728fd06978e1cab55b46df30b..28608481da8035e47650b5d89014bff944efc18b 100644
--- a/content/child/runtime_features.cc
+++ b/content/child/runtime_features.cc
@@ -45,6 +45,7 @@ static void SetRuntimeFeatureDefaultsForPlatform() {
// Android does not yet support SystemMonitor.
WebRuntimeFeatures::enableOnDeviceChange(false);
WebRuntimeFeatures::enableMediaSession(true);
+ WebRuntimeFeatures::enableMediaControlsOverlayPlayButton(true);
#else // defined(OS_ANDROID)
WebRuntimeFeatures::enableNavigatorContentUtils(true);
if (base::FeatureList::IsEnabled(
« no previous file with comments | « chromecast/renderer/cast_content_renderer_client.cc ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698