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

Unified Diff: third_party/WebKit/Source/modules/encryptedmedia/MediaKeyMessageEvent.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/MediaKeyMessageEvent.idl
diff --git a/third_party/WebKit/Source/modules/encryptedmedia/MediaKeyMessageEvent.idl b/third_party/WebKit/Source/modules/encryptedmedia/MediaKeyMessageEvent.idl
index 1d9dbdbce5f5c8372550b7283fbf0abb14ab4b85..f4a03dba125e107fc6d46f2980317e6e1f33980a 100644
--- a/third_party/WebKit/Source/modules/encryptedmedia/MediaKeyMessageEvent.idl
+++ b/third_party/WebKit/Source/modules/encryptedmedia/MediaKeyMessageEvent.idl
@@ -32,8 +32,7 @@ enum MediaKeyMessageType {
};
[
- Constructor(DOMString type, optional MediaKeyMessageEventInit eventInitDict),
- RuntimeEnabled=EncryptedMedia
+ Constructor(DOMString type, optional MediaKeyMessageEventInit eventInitDict)
] interface MediaKeyMessageEvent : Event {
readonly attribute MediaKeyMessageType messageType;
readonly attribute ArrayBuffer message;

Powered by Google App Engine
This is Rietveld 408576698