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

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

Issue 1833093002: Disable connection migration if disabled in config sent by server. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@home
Patch Set: Unnecessary error code removed. Created 4 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 | « net/quic/test_tools/quic_config_peer.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 2bf9048ac97afcb8962c8047d47e2c92a411cd63..d061b8549fa48265658913e1af52b7f204d4970c 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -79261,6 +79261,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="4" label="TOO_MANY_CHANGES"/>
<int value="5" label="SUCCESS"/>
<int value="6" label="NON_MIGRATABLE_STREAM"/>
+ <int value="7" label="DISABLED"/>
</enum>
<enum name="QuicDisabledReason" type="int">
@@ -79383,6 +79384,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="82" label="CONNECTION_MIGRATION_TOO_MANY_CHANGES"/>
<int value="83" label="CONNECTION_MIGRATION_NO_NEW_NETWORK"/>
<int value="84" label="CONNECTION_MIGRATION_NON_MIGRATABLE_STREAM"/>
+ <int value="85" label="CONNECTION_MIGRATION_DISABLED"/>
</enum>
<enum name="QuicHandshakeFailureReason" type="int">
« no previous file with comments | « net/quic/test_tools/quic_config_peer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698