| Index: net/http/http_network_session.cc
|
| diff --git a/net/http/http_network_session.cc b/net/http/http_network_session.cc
|
| index 509a0a7480a0e9c6d98dc42e664a7b83642114b3..43bfcfc7d4c90218e57a086126a825f43bf4bba2 100644
|
| --- a/net/http/http_network_session.cc
|
| +++ b/net/http/http_network_session.cc
|
| @@ -133,7 +133,7 @@ HttpNetworkSession::Params::Params()
|
| quic_migrate_sessions_early(false),
|
| proxy_delegate(NULL),
|
| enable_token_binding(false) {
|
| - quic_supported_versions.push_back(QUIC_VERSION_27);
|
| + quic_supported_versions.push_back(QUIC_VERSION_30);
|
| }
|
|
|
| HttpNetworkSession::Params::Params(const Params& other) = default;
|
|
|