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

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

Issue 467093003: ended attribute has been deprecated. Adding usecounter to gather current usage statistics and let u… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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/modules/mediastream/MediaStream.idl
diff --git a/Source/modules/mediastream/MediaStream.idl b/Source/modules/mediastream/MediaStream.idl
index 171b8785227914782e8e61e66ad4f3fb239df49b..31cb233efb7ca4bfaaf000eb98dca4c54f03ce2e 100644
--- a/Source/modules/mediastream/MediaStream.idl
+++ b/Source/modules/mediastream/MediaStream.idl
@@ -45,8 +45,8 @@
[RaisesException] void removeTrack(MediaStreamTrack track);
MediaStreamTrack getTrackById(DOMString trackId);
[CallWith=ExecutionContext] MediaStream clone();
-
- readonly attribute boolean ended;
+ // DEPRECATED
+ [DeprecateAs=MediaStreamEnded]readonly attribute boolean ended;
Henrik Grunell 2014/08/27 05:57:30 Mark with MeasureAs= instead.
Vinod Keshav 2014/08/27 06:37:11 Done.
// DEPRECATED
void stop();
« Source/modules/mediastream/MediaStream.cpp ('K') | « Source/modules/mediastream/MediaStream.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698