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

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

Issue 535733005: Measure current usage statistics for MediaStream label and stop() before going for deprecation. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Resolving Merge Error Created 6 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
« no previous file with comments | « no previous file | Source/modules/mediastream/MediaStream.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/UseCounter.h
diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
index af7541db04b0cf509e3ce71cfd5b96528d951690..60098fa56a75ecdff8691ff23609f45a333129c6 100644
--- a/Source/core/frame/UseCounter.h
+++ b/Source/core/frame/UseCounter.h
@@ -502,6 +502,8 @@ public:
NotificationCreated = 533,
NotificationClosed = 534,
NotificationPermissionRequested = 535,
+ MediaStreamLabel = 536,
+ MediaStreamStop = 537,
// Add new features immediately above this line. Don't change assigned
// numbers of any item, and don't reuse removed slots.
« no previous file with comments | « no previous file | Source/modules/mediastream/MediaStream.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698