| Index: net/http/http_network_session.h
|
| diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h
|
| index f45ea432d5f02a251f33f045a6cd5ff5fdcc6174..333c2717b74c8de7362d3d305ce7e50196a54c1b 100644
|
| --- a/net/http/http_network_session.h
|
| +++ b/net/http/http_network_session.h
|
| @@ -268,7 +268,7 @@
|
| // Returns the original Params used to construct this session.
|
| const Params& params() const { return params_; }
|
|
|
| - bool IsProtocolEnabled(NextProto protocol) const;
|
| + bool IsProtocolEnabled(AlternateProtocol protocol) const;
|
|
|
| // Populates |*alpn_protos| with protocols to be used with ALPN.
|
| void GetAlpnProtos(NextProtoVector* alpn_protos) const;
|
|
|