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

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: Rebase, haraken's comment 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 13ade52c6e62f1bb0ce55664be380b0b4c035ba4..05cc146d7c87b41b4b3ea031d2e770a8483fad36 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -14985,6 +14985,8 @@ uploading your change for review. These are checked by presubmit scripts.
<int value="1976" label="PaymentRequestNetworkNameInSupportedMethods"/>
<int value="1977" label="CrossOriginPropertyAccess"/>
<int value="1978" label="CrossOriginPropertyAccessFromOpener"/>
+ <int value="1979" label="NetInfoRtt"/>
+ <int value="1980" label="NetInfoDownlink"/>
</enum>
<enum name="FeedbackSource" type="int">

Powered by Google App Engine
This is Rietveld 408576698