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

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

Issue 1061753002: QUIC - Updated QuicErrorCodes with the new error codes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | « no previous file | 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 98be29cefe59e1a83d403a6e1fd2beb066e5c632..eee5e62757650db12b446ffb8408ae67e2a31b7f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -59054,6 +59054,10 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="65" label="CRYPTO_UPDATE_BEFORE_HANDSHAKE_COMPLETE"/>
<int value="66" label="TOO_MANY_UNFINISHED_STREAMS"/>
<int value="67" label="CONNECTION_OVERALL_TIMED_OUT"/>
+ <int value="68" label="QUIC_TOO_MANY_OUTSTANDING_SENT_PACKETS"/>
+ <int value="69" label="QUIC_TOO_MANY_OUTSTANDING_RECEIVED_PACKETS"/>
+ <int value="70" label="QUIC_CONNECTION_CANCELLED"/>
+ <int value="71" label="QUIC_BAD_PACKET_LOSS_RATE"/>
</enum>
<enum name="QuicHandshakeFailureReason" type="int">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698