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

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

Issue 1718503002: Add use-counter to MediaStream onended event handler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add UseCounter and histogram entry Created 4 years, 10 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 | « third_party/WebKit/Source/core/frame/UseCounter.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/mediastream/MediaStream.idl
diff --git a/third_party/WebKit/Source/modules/mediastream/MediaStream.idl b/third_party/WebKit/Source/modules/mediastream/MediaStream.idl
index 96d250daac66854b6932746c6d53cd2e65ae5b52..146dff17fbdb1316653573e0a6e59a8ea1af91af 100644
--- a/third_party/WebKit/Source/modules/mediastream/MediaStream.idl
+++ b/third_party/WebKit/Source/modules/mediastream/MediaStream.idl
@@ -49,7 +49,7 @@
attribute EventHandler onactive;
attribute EventHandler oninactive;
// DEPRECATED
- attribute EventHandler onended;
+ [MeasureAs=MediaStreamOnEnded] attribute EventHandler onended;
attribute EventHandler onaddtrack;
attribute EventHandler onremovetrack;
« no previous file with comments | « third_party/WebKit/Source/core/frame/UseCounter.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698