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

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

Issue 2652373002: EME: Fail requestMediaKeySystemAccess if no capabilities specified (Closed)
Patch Set: more changes 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 d044bd99681a9a0a844def083cb34d237d5333ca..f338f0e0c8fe3d3d9de7b03abb8f9b8414bfc48b 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -1262,8 +1262,6 @@ 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