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

Unified Diff: third_party/WebKit/Source/core/frame/UseCounter.h

Issue 2707393002: Revert "EME: Fail requestMediaKeySystemAccess if no capabilities specified"
Patch Set: Created 3 years, 10 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/core/frame/UseCounter.h
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h
index b7d52907d26f0320a9561ae0aa6c109f1aef44ed..a5ec821e3f1c45b42e37f9691d50f7751f2b6bd0 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -1259,6 +1259,8 @@ class CORE_EXPORT UseCounter {
DocumentCreateTouchTargetWrongType = 1610,
DocumentCreateTouchLessThanSevenArguments = 1611,
DocumentCreateTouchMoreThanSevenArguments = 1612,
+ EncryptedMediaCapabilityProvided = 1613,
+ EncryptedMediaCapabilityNotProvided = 1614,
LongTaskObserver = 1615,
CSSMotionInEffect = 1616,
CSSOffsetInEffect = 1617,

Powered by Google App Engine
This is Rietveld 408576698