Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2398)

Unified Diff: content/renderer/pepper/pepper_plugin_delegate_impl.h

Issue 9836131: Remove PPB_Flash_NetConnector and ENABLE_FLAPPER_HACKS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/pepper_messages.h ('k') | content/renderer/pepper/pepper_plugin_delegate_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « content/common/pepper_messages.h ('k') | content/renderer/pepper/pepper_plugin_delegate_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698