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

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

Issue 1362933003: Remove MediaStream label, ended attributes and stop() method (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 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,

Powered by Google App Engine
This is Rietveld 408576698