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 df81d6b3d97171a38d75983bb39725a51d03a2c4..6bf74a913e6470b883365e935565fa8db375abac 100644 |
--- a/third_party/WebKit/Source/core/frame/UseCounter.h |
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h |
@@ -435,7 +435,6 @@ public: |
SrcsetXDescriptor = 523, |
SrcsetWDescriptor = 524, |
SelectionContainsNode = 525, |
- MediaStreamEnded = 526, |
XMLExternalResourceLoad = 529, |
MixedContentPrivateHostnameInPublicHostname = 530, |
LegacyProtocolEmbeddedAsSubresource = 531, |
@@ -443,8 +442,6 @@ public: |
NotificationCreated = 533, |
NotificationClosed = 534, |
NotificationPermissionRequested = 535, |
- MediaStreamLabel = 536, |
- MediaStreamStop = 537, |
ConsoleTimeline = 538, |
ConsoleTimelineEnd = 539, |
SRIElementWithMatchingIntegrityAttribute = 540, |