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

Unified Diff: components/domain_reliability/util.cc

Issue 1667583004: Landing Recent QUIC changes until 01/31/2016 05:22 UTC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Final_0203
Patch Set: Rebase Created 4 years, 10 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:
View side-by-side diff with in-line comments
Download patch
Index: components/domain_reliability/util.cc
diff --git a/components/domain_reliability/util.cc b/components/domain_reliability/util.cc
index 33dcd4bf7ee3d54dd9d0986ee3f51accc032e085..49fc304cca04db8078afc962eab96af04a5a7bae 100644
--- a/components/domain_reliability/util.cc
+++ b/components/domain_reliability/util.cc
@@ -145,10 +145,10 @@ const struct QuicErrorMapping {
// There was an error decompressing data.
{ net::QUIC_DECOMPRESSION_FAILURE, "quic.decompression_failure" },
// We hit our prenegotiated (or default) timeout
- { net::QUIC_CONNECTION_TIMED_OUT, "quic.connection.timed_out" },
+ { net::QUIC_NETWORK_IDLE_TIMEOUT, "quic.connection.idle_time_out" },
// We hit our overall connection timeout
- { net::QUIC_CONNECTION_OVERALL_TIMED_OUT,
- "quic.connection.overall_timed_out" },
+ { net::QUIC_HANDSHAKE_TIMEOUT,
+ "quic.connection.handshake_timed_out" },
// There was an error encountered migrating addresses
{ net::QUIC_ERROR_MIGRATING_ADDRESS, "quic.error_migrating_address" },
// There was an error while writing to the socket.
« no previous file with comments | « chrome/test/data/webui/net_internals/log_view_painter.js ('k') | net/quic/congestion_control/general_loss_algorithm_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698