Index: net/quic/quic_config.cc |
diff --git a/net/quic/quic_config.cc b/net/quic/quic_config.cc |
index 2ab657a3d7e03b92ebcbae23eb21bac17071b0c1..48f836476d0d9a7e9a2f3a2810d9e56f535b17a4 100644 |
--- a/net/quic/quic_config.cc |
+++ b/net/quic/quic_config.cc |
@@ -660,8 +660,8 @@ void QuicConfig::SetDefaults() { |
kDefaultInitialTimeoutSecs); |
// kKATO is optional. Return 0 if not negotiated. |
keepalive_timeout_seconds_.set(0, 0); |
- max_streams_per_connection_.set(kDefaultMaxStreamsPerConnection, |
- kDefaultMaxStreamsPerConnection); |
+ set_max_streams_per_connection(kDefaultMaxStreamsPerConnection, |
+ kDefaultMaxStreamsPerConnection); |
max_time_before_crypto_handshake_ = QuicTime::Delta::FromSeconds( |
kDefaultMaxTimeForCryptoHandshakeSecs); |