Chromium Code Reviews| Index: net/http/http_stream_factory.h |
| diff --git a/net/http/http_stream_factory.h b/net/http/http_stream_factory.h |
| index c131897a5a5a44a52df1c26fd31e9c52f7d1cf99..3d06c79ea3df754abb051c1f0e32d71d053f5bfd 100644 |
| --- a/net/http/http_stream_factory.h |
| +++ b/net/http/http_stream_factory.h |
| @@ -246,9 +246,9 @@ class NET_EXPORT HttpStreamFactory { |
| // supported via NPN. |
| static void EnableNpnSpdy31(); |
| - // Sets http/1.1, spdy/2, spdy/3, spdy/3.1, and spdy/4a1 as the |
| + // Sets http/1.1, spdy/2, spdy/3, spdy/3.1, and spdy/4a2 as the |
| // protocols supported via NPN. |
| - static void EnableNpnSpdy4a1(); |
| + static void EnableNpnSpdy4a2(); |
|
Ryan Hamilton
2013/05/15 18:32:48
Totally your cal. I'm happy for you to keep this
akalin
2013/05/15 18:50:00
Meh, I can always resurrect it from source control
|
| // Sets the protocols supported by NPN (next protocol negotiation) during the |
| // SSL handshake as well as by HTTP Alternate-Protocol. |