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

Unified Diff: net/quic/crypto/cached_network_parameters.cc

Issue 822713002: Update from https://crrev.com/309415 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years 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: net/quic/crypto/cached_network_parameters.cc
diff --git a/net/quic/crypto/cached_network_parameters.cc b/net/quic/crypto/cached_network_parameters.cc
index 20a438b7a191ea91ffbbf3e89f120e335d6369ec..c9582f154dc343c2cf91d4cced6ad258c0f2c495 100644
--- a/net/quic/crypto/cached_network_parameters.cc
+++ b/net/quic/crypto/cached_network_parameters.cc
@@ -11,6 +11,7 @@ CachedNetworkParameters::CachedNetworkParameters()
max_bandwidth_estimate_bytes_per_second_(0),
max_bandwidth_timestamp_seconds_(0),
min_rtt_ms_(0),
+ has_min_rtt_ms_(false),
previous_connection_state_(0),
timestamp_(0) {
}

Powered by Google App Engine
This is Rietveld 408576698