| Index: net/http/http_stream_factory.cc
|
| diff --git a/net/http/http_stream_factory.cc b/net/http/http_stream_factory.cc
|
| index dde3774f79fa6e986916a72e275a45683d9d003f..855be1161a673b02642ba512b8708512302a66b6 100644
|
| --- a/net/http/http_stream_factory.cc
|
| +++ b/net/http/http_stream_factory.cc
|
| @@ -200,8 +200,8 @@ void HttpStreamFactory::SetNextProtos(const std::vector<std::string>& value) {
|
| enabled_protocols_[NPN_SPDY_3] = true;
|
| } else if (value[i] == "spdy/3.1") {
|
| enabled_protocols_[NPN_SPDY_3_1] = true;
|
| - } else if (value[i] == "quic/1") {
|
| - enabled_protocols_[QUIC_1] = true;
|
| + } else if (value[i] == "quic") {
|
| + enabled_protocols_[QUIC] = true;
|
| }
|
| }
|
| // TODO(rch): Remove all support for spdy/1.
|
|
|