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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2863973003: Expose RTT and downlink bandwidth using experimental Javascript API (Closed)
Patch Set: kinuko comments Created 3 years, 7 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
Index: tools/metrics/histograms/enums.xml
diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
index a2e47af15e5fa1d1e4455c238056b66fc77b4726..bb75272ff84112af7e13a0ad68c034185b29468d 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -14933,6 +14933,8 @@ uploading your change for review. These are checked by presubmit scripts.
<int value="1973" label="FontShapingNotDefGlyphObserved"/>
<int value="1974" label="PostMessageOutgoingWouldBeBlockedByConnectSrc"/>
<int value="1975" label="PostMessageIncomingWouldBeBlockedByConnectSrc"/>
+ <int value="1976" label="NetInfoRtt"/>
+ <int value="1977" label="NetInfoDownlink"/>
</enum>
<enum name="FeedbackSource" type="int">

Powered by Google App Engine
This is Rietveld 408576698