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

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

Issue 1312213006: Remove MediaStream label, ended attributes and stop() method (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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: Source/core/frame/UseCounter.h
diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
index 04f257e4fdef3a9d0b924eb24f881e7a633f5a0f..c614fd8de32759680916fddb367b9e704ed85bb8 100644
--- a/Source/core/frame/UseCounter.h
+++ b/Source/core/frame/UseCounter.h
@@ -439,7 +439,6 @@ public:
SrcsetXDescriptor = 523,
SrcsetWDescriptor = 524,
SelectionContainsNode = 525,
- MediaStreamEnded = 526,
XMLExternalResourceLoad = 529,
MixedContentPrivateHostnameInPublicHostname = 530,
LegacyProtocolEmbeddedAsSubresource = 531,
@@ -447,8 +446,6 @@ public:
NotificationCreated = 533,
NotificationClosed = 534,
NotificationPermissionRequested = 535,
- MediaStreamLabel = 536,
- MediaStreamStop = 537,
ConsoleTimeline = 538,
ConsoleTimelineEnd = 539,
SRIElementWithMatchingIntegrityAttribute = 540,

Powered by Google App Engine
This is Rietveld 408576698