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

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 1371933005: MediaStream Recorder: add usage counter to WebRTC.webkitApiCount UMA (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: typo 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:
Download patch
« no previous file with comments | « content/renderer/media/webrtc_uma_histograms.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 9ec692d7f0b42f988c624c9005b5038139735cc2..b61a47929def396f138a0f1f311cb5e9a13fdfaa 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -51056,6 +51056,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="WebRTC.webkitApiCount" enum="JavaScriptAPIName">
<owner>perkj@chromium.org</owner>
+ <owner>mcasas@chromium.org</owner>
<summary>Counts number of calls to WebRTC APIs from JavaScript.</summary>
</histogram>
@@ -62363,6 +62364,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="2" label="DeprecatedPeerConnection"/>
<int value="3" label="RTCPeerConnection"/>
<int value="4" label="GetMediaDevices"/>
+ <int value="5" label="MediaStreamRecorder"/>
</enum>
<enum name="KeyboardControlEvent" type="int">
« no previous file with comments | « content/renderer/media/webrtc_uma_histograms.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698