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

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

Issue 2863973003: Expose RTT and downlink bandwidth using experimental Javascript API (Closed)
Patch Set: bengr 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 b7845afa7d6b442d58f40ac471e54792e89ae289..cbf93b930db4797613744d777814eb1f6c706ec3 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -14930,6 +14930,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