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

Unified Diff: third_party/WebKit/Source/core/frame/Settings.json5

Issue 2692903002: Don't show media controls when there is a persistent video. (Closed)
Patch Set: rebase 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
Index: third_party/WebKit/Source/core/frame/Settings.json5
diff --git a/third_party/WebKit/Source/core/frame/Settings.json5 b/third_party/WebKit/Source/core/frame/Settings.json5
index e5c0b058efb2985c33c727228ed25a3b3c231a01..f72c8b413f272fa16d2228dc8b43fff49b796f4c 100644
--- a/third_party/WebKit/Source/core/frame/Settings.json5
+++ b/third_party/WebKit/Source/core/frame/Settings.json5
@@ -916,5 +916,12 @@
name: "presentationReceiver",
initial: false,
},
+
+ // Whether Blink should show media controls when `controls` attribute is used.
+ {
+ name: "mediaControlsEnabled",
+ initial: true,
+ invalidate: "MediaControls",
+ },
],
}

Powered by Google App Engine
This is Rietveld 408576698