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 5526acd713def1383b540a3181493155a879589b..984712b900c41d0085ef547daccc11cca268a038 100644 |
--- a/third_party/WebKit/Source/core/frame/UseCounter.h |
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h |
@@ -119,8 +119,6 @@ public: |
UnprefixedUserTiming = 67, |
WindowEvent = 69, |
ContentSecurityPolicyWithBaseElement = 70, |
- PrefixedMediaAddKey = 71, |
- PrefixedMediaGenerateKeyRequest = 72, |
DocumentClear = 74, |
XMLDocument = 77, |
XSLProcessingInstruction = 78, |
@@ -222,8 +220,6 @@ public: |
// The above items are available in M33 branch. |
InitMessageEvent = 222, |
- PrefixedMediaCancelKeyRequest = 229, |
- CanPlayTypeKeySystem = 232, |
PrefixedDevicePixelRatioMediaFeature = 233, |
PrefixedMaxDevicePixelRatioMediaFeature = 234, |
PrefixedMinDevicePixelRatioMediaFeature = 235, |