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

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

Issue 431483002: QUIC - Added separate error condition for invalid expiry seconds and (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 616575b9a4928fb3547dbff0d01ad8e8f92fb8b8..9763ef4d9a1b617cb7aad510aab619baaa660616 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -46186,6 +46186,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="1" label="SERVER_CONFIG_INVALID"/>
<int value="2" label="SERVER_CONFIG_CORRUPTED"/>
<int value="3" label="SERVER_CONFIG_EXPIRED"/>
+ <int value="4" label="SERVER_CONFIG_INVALID_EXPIRY_SECONDS"/>
</enum>
<enum name="QuicSessionErrorCodes" type="int">
« net/quic/crypto/quic_crypto_client_config.cc ('K') | « net/quic/crypto/quic_crypto_client_config.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698