Chromium Code Reviews| Index: webkit/plugins/ppapi/plugin_delegate.h |
| diff --git a/webkit/plugins/ppapi/plugin_delegate.h b/webkit/plugins/ppapi/plugin_delegate.h |
| index cd07845ca9614c862aed139a51296f7669273085..7062c1b04a305d38a776a2ef08513072894412be 100644 |
| --- a/webkit/plugins/ppapi/plugin_delegate.h |
| +++ b/webkit/plugins/ppapi/plugin_delegate.h |
| @@ -577,15 +577,6 @@ class PluginDelegate { |
| virtual void RegisterTCPSocket(PPB_TCPSocket_Private_Impl* socket, |
| uint32 socket_id) = 0; |
| - // For PPB_TCPServerSocket_Private. |
|
yzshen1
2013/07/19 23:51:58
I think you should also change the mock plugin del
ygorshenin1
2013/07/29 14:03:57
Done.
|
| - virtual void TCPServerSocketListen(PP_Resource socket_resource, |
| - const PP_NetAddress_Private& addr, |
| - int32_t backlog) = 0; |
| - virtual void TCPServerSocketAccept(uint32 server_socket_id) = 0; |
| - virtual void TCPServerSocketStopListening( |
| - PP_Resource socket_resource, |
| - uint32 socket_id) = 0; |
| - |
| // Add/remove a network list observer. |
| virtual bool AddNetworkListObserver( |
| webkit_glue::NetworkListObserver* observer) = 0; |