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

Unified Diff: third_party/WebKit/Source/modules/encryptedmedia/MediaEncryptedEvent.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/MediaEncryptedEvent.idl
diff --git a/third_party/WebKit/Source/modules/encryptedmedia/MediaEncryptedEvent.idl b/third_party/WebKit/Source/modules/encryptedmedia/MediaEncryptedEvent.idl
index ec07de9bc377db8b8b30730350cc690769338ff9..ac2b965d1af4c6e27f909066a480a1df72cdd961 100644
--- a/third_party/WebKit/Source/modules/encryptedmedia/MediaEncryptedEvent.idl
+++ b/third_party/WebKit/Source/modules/encryptedmedia/MediaEncryptedEvent.idl
@@ -27,7 +27,6 @@
[
Constructor(DOMString type, optional MediaEncryptedEventInit eventInitDict),
- RuntimeEnabled=EncryptedMedia,
] interface MediaEncryptedEvent : Event {
readonly attribute DOMString initDataType;
readonly attribute ArrayBuffer? initData;

Powered by Google App Engine
This is Rietveld 408576698