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

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

Issue 2676633006: media: Add a web preference to enable encrypted media (Closed)
Patch Set: use a new pref 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 57cbfe8bfe665f5e3ae15add759b4a9519cad78b..78d8a7471271924daf7c079a71f5a99eb4b5cc34 100644
--- a/third_party/WebKit/Source/core/frame/Settings.json5
+++ b/third_party/WebKit/Source/core/frame/Settings.json5
@@ -549,6 +549,11 @@
},
{
+ name: "encryptedMediaEnabled",
+ initial: true,
+ },
+
+ {
name: "viewportEnabled",
initial: false,
invalidate: "ViewportDescription",

Powered by Google App Engine
This is Rietveld 408576698