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