| Index: webkit/plugins/ppapi/mock_plugin_delegate.cc
|
| diff --git a/webkit/plugins/ppapi/mock_plugin_delegate.cc b/webkit/plugins/ppapi/mock_plugin_delegate.cc
|
| index 1a76f84d763201034351b4fed608d6a4a1952268..6db3ea161d396dd49bee49e17ec809ffb6c99c4f 100644
|
| --- a/webkit/plugins/ppapi/mock_plugin_delegate.cc
|
| +++ b/webkit/plugins/ppapi/mock_plugin_delegate.cc
|
| @@ -259,9 +259,12 @@ void MockPluginDelegate::TCPSocketConnectWithNetAddress(
|
| const PP_NetAddress_Private& addr) {
|
| }
|
|
|
| -void MockPluginDelegate::TCPSocketSSLHandshake(uint32 socket_id,
|
| - const std::string& server_name,
|
| - uint16_t server_port) {
|
| +void MockPluginDelegate::TCPSocketSSLHandshake(
|
| + uint32 socket_id,
|
| + const std::string& server_name,
|
| + uint16_t server_port,
|
| + const std::vector<std::vector<char> >& trusted_certs,
|
| + const std::vector<std::vector<char> >& untrusted_certs) {
|
| }
|
|
|
| void MockPluginDelegate::TCPSocketRead(uint32 socket_id,
|
|
|