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

Unified Diff: Source/core/html/MediaKeyError.idl

Issue 580263004: Remove EncryptedMediaAnyVersion runtime flag (status=stable) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 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: Source/core/html/MediaKeyError.idl
diff --git a/Source/core/html/MediaKeyError.idl b/Source/core/html/MediaKeyError.idl
index da32f8722998ab06870eea03fb0b7d38db54a219..b48dbfc37422c426cec92aa86215bb71ac336d78 100644
--- a/Source/core/html/MediaKeyError.idl
+++ b/Source/core/html/MediaKeyError.idl
@@ -24,7 +24,6 @@
*/
[
ddorwin 2014/12/11 19:29:08 This should have been changed to PrefixedEncrypted
- RuntimeEnabled=EncryptedMediaAnyVersion,
WillBeGarbageCollected,
] interface MediaKeyError {
const unsigned short MEDIA_KEYERR_UNKNOWN = 1;

Powered by Google App Engine
This is Rietveld 408576698