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

Unified Diff: third_party/WebKit/Source/modules/encryptedmedia/MediaKeySystemMediaCapability.idl

Issue 1742933002: Remove EME and MSE from RuntimeEnabledFeatures. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase only Created 4 years, 9 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/modules/encryptedmedia/MediaKeySystemMediaCapability.idl
diff --git a/third_party/WebKit/Source/modules/encryptedmedia/MediaKeySystemMediaCapability.idl b/third_party/WebKit/Source/modules/encryptedmedia/MediaKeySystemMediaCapability.idl
index 4f064688d94f752b320b89f4352f66e5d04d4bd0..289516970e95cc669bd301270a976d4d1aa0c57c 100644
--- a/third_party/WebKit/Source/modules/encryptedmedia/MediaKeySystemMediaCapability.idl
+++ b/third_party/WebKit/Source/modules/encryptedmedia/MediaKeySystemMediaCapability.idl
@@ -4,9 +4,7 @@
// https://w3c.github.io/encrypted-media/#idl-def-MediaKeySystemMediaCapability
-[
- RuntimeEnabled=EncryptedMedia
-] dictionary MediaKeySystemMediaCapability {
+dictionary MediaKeySystemMediaCapability {
DOMString contentType = "";
DOMString robustness = "";
};

Powered by Google App Engine
This is Rietveld 408576698