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

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

Issue 2686133002: EME: Require codecs parameter for audio/videoCapabilities (Closed)
Patch Set: changes + additional test fixes 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 f1fbcac7356120fd82a138acbbe8291e9ebfb48c..8bfa0b5dfe1d0a92451f44f400fbc2859d0fb869 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -997,8 +997,6 @@ class CORE_EXPORT UseCounter {
FileAPINativeLineEndings = 1320,
PointerEventAttributeCount = 1321,
CompositedReplication = 1322,
- EncryptedMediaAllSelectedContentTypesHaveCodecs = 1323,
- EncryptedMediaAllSelectedContentTypesMissingCodecs = 1324,
V8DataTransferItem_WebkitGetAsEntry_Method = 1325,
V8HTMLInputElement_WebkitEntries_AttributeGetter = 1326,
Entry_Filesystem_AttributeGetter_IsolatedFileSystem = 1327,

Powered by Google App Engine
This is Rietveld 408576698