| Index: net/socket/ssl_client_socket_win.h
|
| ===================================================================
|
| --- net/socket/ssl_client_socket_win.h (revision 112817)
|
| +++ net/socket/ssl_client_socket_win.h (working copy)
|
| @@ -52,7 +52,8 @@
|
| const base::StringPiece& context,
|
| unsigned char *out,
|
| unsigned int outlen);
|
| - virtual NextProtoStatus GetNextProto(std::string* proto);
|
| + virtual NextProtoStatus GetNextProto(std::string* proto,
|
| + std::string* server_proto);
|
|
|
| // StreamSocket methods:
|
| virtual int Connect(OldCompletionCallback* callback);
|
|
|