Index: content/renderer/pepper/pepper_plugin_delegate_impl.h |
diff --git a/content/renderer/pepper/pepper_plugin_delegate_impl.h b/content/renderer/pepper/pepper_plugin_delegate_impl.h |
index 25cb8e2dc2c0210491d4e0050d628112f039fc83..2988955c342f2f7600fa70b8a7ef676f306b4653 100644 |
--- a/content/renderer/pepper/pepper_plugin_delegate_impl.h |
+++ b/content/renderer/pepper/pepper_plugin_delegate_impl.h |
@@ -256,19 +256,6 @@ class PepperPluginDelegateImpl |
FilePath* platform_path) OVERRIDE; |
virtual scoped_refptr<base::MessageLoopProxy> |
GetFileThreadMessageLoopProxy() OVERRIDE; |
- virtual int32_t ConnectTcp( |
- webkit::ppapi::PPB_Flash_NetConnector_Impl* connector, |
- const char* host, |
- uint16_t port) OVERRIDE; |
- virtual int32_t ConnectTcpAddress( |
- webkit::ppapi::PPB_Flash_NetConnector_Impl* connector, |
- const struct PP_NetAddress_Private* addr) OVERRIDE; |
- // This is the completion for both |ConnectTcp()| and |ConnectTcpAddress()|. |
- void OnConnectTcpACK( |
- int request_id, |
- base::PlatformFile socket, |
- const PP_NetAddress_Private& local_addr, |
- const PP_NetAddress_Private& remote_addr); |
virtual uint32 TCPSocketCreate() OVERRIDE; |
virtual void TCPSocketConnect( |
@@ -462,9 +449,6 @@ class PepperPluginDelegateImpl |
IDMap<AsyncOpenFileCallback> pending_async_open_files_; |
- IDMap<scoped_refptr<webkit::ppapi::PPB_Flash_NetConnector_Impl>, |
- IDMapOwnPointer> pending_connect_tcps_; |
- |
IDMap<webkit::ppapi::PPB_TCPSocket_Private_Impl> tcp_sockets_; |
IDMap<webkit::ppapi::PPB_UDPSocket_Private_Impl> udp_sockets_; |