Chromium Code Reviews| Index: net/socket/ssl_client_socket.h |
| =================================================================== |
| --- net/socket/ssl_client_socket.h (revision 111993) |
| +++ net/socket/ssl_client_socket.h (working copy) |
| @@ -125,6 +125,9 @@ |
| static NextProto NextProtoFromString(const std::string& proto_string); |
| + static const char* NextProtoStatusToString( |
| + const SSLClientSocket::NextProtoStatus status); |
| + |
| static bool IgnoreCertError(int error, int load_flags); |
| virtual bool was_npn_negotiated() const; |