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

Unified Diff: third_party/WebKit/Source/modules/encryptedmedia/MediaKeySystemConfiguration.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/MediaKeySystemConfiguration.idl
diff --git a/third_party/WebKit/Source/modules/encryptedmedia/MediaKeySystemConfiguration.idl b/third_party/WebKit/Source/modules/encryptedmedia/MediaKeySystemConfiguration.idl
index 2db1454668213f1a972eccfbf29751e8e3b769a2..6c361f6f21a67ca1fc360d92d47f625054ec7299 100644
--- a/third_party/WebKit/Source/modules/encryptedmedia/MediaKeySystemConfiguration.idl
+++ b/third_party/WebKit/Source/modules/encryptedmedia/MediaKeySystemConfiguration.idl
@@ -10,9 +10,7 @@ enum MediaKeysRequirement {
"not-allowed"
};
-[
- RuntimeEnabled=EncryptedMedia
-] dictionary MediaKeySystemConfiguration {
+dictionary MediaKeySystemConfiguration {
sequence<DOMString> initDataTypes;
sequence<MediaKeySystemMediaCapability> audioCapabilities;
sequence<MediaKeySystemMediaCapability> videoCapabilities;

Powered by Google App Engine
This is Rietveld 408576698