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..eaadcc724e30a88f1d453bc9d648d231dea191d1 100644 |
--- a/net/http/http_stream_factory.h |
+++ b/net/http/http_stream_factory.h |
@@ -246,10 +246,6 @@ 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 |
- // protocols supported via NPN. |
- static void EnableNpnSpdy4a1(); |
- |
// Sets the protocols supported by NPN (next protocol negotiation) during the |
// SSL handshake as well as by HTTP Alternate-Protocol. |
static void SetNextProtos(const std::vector<std::string>& value); |