| Index: net/tools/quic/quic_simple_client_bin.cc
|
| diff --git a/net/tools/quic/quic_simple_client_bin.cc b/net/tools/quic/quic_simple_client_bin.cc
|
| index df12f89a303ee47447d5f79429a7bdae533d8956..33423dbbf7d0dbe7d709ecb9e6e6566080b2a8e9 100644
|
| --- a/net/tools/quic/quic_simple_client_bin.cc
|
| +++ b/net/tools/quic/quic_simple_client_bin.cc
|
| @@ -240,7 +240,7 @@ int main(int argc, char* argv[]) {
|
| // Build the client, and try to connect.
|
| net::QuicServerId server_id(url.host(), url.EffectiveIntPort(),
|
| net::PRIVACY_MODE_DISABLED);
|
| - net::QuicVersionVector versions = net::QuicSupportedVersions();
|
| + net::QuicVersionVector versions = net::AllSupportedVersions();
|
| if (FLAGS_quic_version != -1) {
|
| versions.clear();
|
| versions.push_back(static_cast<net::QuicVersion>(FLAGS_quic_version));
|
|
|