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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2490543002: Measure usage of RTCSessionDescription's type and sdp attributes (Closed)
Patch Set: add missing "be" Created 4 years, 1 month 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 | « third_party/WebKit/Source/modules/peerconnection/RTCSessionDescriptionInit.idl ('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 00dc9b05ea30ab9400a823721047991d29cb3204..7a56e400578bcd284ae5ce3313f001797f53f7d2 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -85418,6 +85418,12 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1670" label="WebBluetoothRequestDevice"/>
<int value="1671" label="UnitlessPerspectiveInPerspectiveProperty"/>
<int value="1672" label="UnitlessPerspectiveInTransformProperty"/>
+ <int value="1673" label="V8RTCSessionDescription_Type_AttributeGetter"/>
+ <int value="1674" label="V8RTCSessionDescription_Type_AttributeSetter"/>
+ <int value="1675" label="V8RTCSessionDescription_Sdp_AttributeGetter"/>
+ <int value="1676" label="V8RTCSessionDescription_Sdp_AttributeSetter"/>
+ <int value="1677" label="RTCSessionDescriptionInitNoType"/>
+ <int value="1678" label="RTCSessionDescriptionInitNoSdp"/>
</enum>
<enum name="FetchRequestMode" type="int">
« no previous file with comments | « third_party/WebKit/Source/modules/peerconnection/RTCSessionDescriptionInit.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698