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

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

Issue 2863973003: Expose RTT and downlink bandwidth using experimental Javascript API (Closed)
Patch Set: ps 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 982d45e15b47f7446ee160373398221146738fbc..aee67a8df8d2de55a05dd0248cf2c44af400a5e9 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -14927,6 +14927,8 @@ uploading your change for review. These are checked by presubmit scripts.
<int value="1971" label="AnchorClickDispatchForNonConnectedNode"/>
<int value="1972" label="HTMLParseErrorNestedForm"/>
<int value="1973" label="FontShapingNotDefGlyphObserved"/>
+ <int value="1974" label="NetInfoRtt"/>
+ <int value="1975" label="NetInfoDownlink"/>
</enum>
<enum name="FeedbackSource" type="int">

Powered by Google App Engine
This is Rietveld 408576698