| 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 cfb07c499e760a30cc4d741946b83e1961b2acb7..c65d7fade54d80f5359dfaafbfd0dbed4096d144 100644
|
| --- a/webkit/plugins/ppapi/mock_plugin_delegate.cc
|
| +++ b/webkit/plugins/ppapi/mock_plugin_delegate.cc
|
| @@ -271,34 +271,6 @@ void MockPluginDelegate::RegisterTCPSocket(PPB_TCPSocket_Private_Impl* socket,
|
| uint32 socket_id) {
|
| }
|
|
|
| -uint32 MockPluginDelegate::UDPSocketCreate() {
|
| - return 0;
|
| -}
|
| -
|
| -void MockPluginDelegate::UDPSocketSetBoolSocketFeature(
|
| - PPB_UDPSocket_Private_Impl* socket,
|
| - uint32 socket_id,
|
| - int32_t name,
|
| - bool value) {
|
| -}
|
| -
|
| -void MockPluginDelegate::UDPSocketBind(PPB_UDPSocket_Private_Impl* socket,
|
| - uint32 socket_id,
|
| - const PP_NetAddress_Private& addr) {
|
| -}
|
| -
|
| -void MockPluginDelegate::UDPSocketRecvFrom(uint32 socket_id,
|
| - int32_t num_bytes) {
|
| -}
|
| -
|
| -void MockPluginDelegate::UDPSocketSendTo(uint32 socket_id,
|
| - const std::string& buffer,
|
| - const PP_NetAddress_Private& addr) {
|
| -}
|
| -
|
| -void MockPluginDelegate::UDPSocketClose(uint32 socket_id) {
|
| -}
|
| -
|
| void MockPluginDelegate::TCPServerSocketListen(
|
| PP_Resource socket_resource,
|
| const PP_NetAddress_Private& addr,
|
|
|