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

Unified Diff: Source/modules/mediastream/MediaStream.idl

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 | « Source/core/frame/UseCounter.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/mediastream/MediaStream.idl
diff --git a/Source/modules/mediastream/MediaStream.idl b/Source/modules/mediastream/MediaStream.idl
index 82b9d2aa5de4bdea525eb78f8b53f0ceea8eb39f..14cf0f51a97c7a7bdc51453c5c807c758212336a 100644
--- a/Source/modules/mediastream/MediaStream.idl
+++ b/Source/modules/mediastream/MediaStream.idl
@@ -33,7 +33,7 @@
NoInterfaceObject,
] interface MediaStream : EventTarget {
// DEPRECATED
- readonly attribute DOMString label;
+ [MeasureAs=MediaStreamLabel] readonly attribute DOMString label;
readonly attribute DOMString id;
@@ -49,7 +49,7 @@
[MeasureAs=MediaStreamEnded] readonly attribute boolean ended;
// DEPRECATED
- void stop();
+ [MeasureAs=MediaStreamStop] void stop();
attribute EventHandler onended;
attribute EventHandler onaddtrack;
« no previous file with comments | « Source/core/frame/UseCounter.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698