| 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 78e3fc99f13b277d4ae8cd2de533e0cdf4cf1a43..8ea35c856dc12a37a285a7bc7fb5c052a79b8df7 100644
|
| --- a/webkit/plugins/ppapi/mock_plugin_delegate.cc
|
| +++ b/webkit/plugins/ppapi/mock_plugin_delegate.cc
|
| @@ -250,9 +250,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,
|
|
|