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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2311433002: Fix UMA logging for net::BidirectionalStream (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « net/http/bidirectional_stream.cc ('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 d63dafb49c24b2bb1513b58bcd3e87fcdfb30b37..8ae45c15eefeb119225f67f061153fda35d5cb2a 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -100795,8 +100795,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<affected-histogram name="Navigation.TimeToURLJobStart"/>
</histogram_suffixes>
-<histogram_suffixes name="Net.BidirectionalStreamExperiment" separator="."
- ordering="prefix">
+<histogram_suffixes name="Net.BidirectionalStreamExperiment" separator=".">
<owner>xunjieli@chromium.org</owner>
<suffix name="QUIC" label="Bidirectional streams that use QUIC protocol"/>
<suffix name="HTTP2" label="Bidirectional stream that use HTTP2 protocol"/>
« no previous file with comments | « net/http/bidirectional_stream.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698