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

Unified Diff: content/browser/renderer_host/pepper_message_filter.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 | « build/common.gypi ('k') | content/browser/renderer_host/pepper_message_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/pepper_message_filter.h
diff --git a/content/browser/renderer_host/pepper_message_filter.h b/content/browser/renderer_host/pepper_message_filter.h
index 85ebfdf975a0efa34c2373520158adc7d41eeaa7..ae64d2696da0e50c1ff8d38b80e715dca2e52fb3 100644
--- a/content/browser/renderer_host/pepper_message_filter.h
+++ b/content/browser/renderer_host/pepper_message_filter.h
@@ -119,34 +119,6 @@ class PepperMessageFilter
// notifications.
typedef std::set<uint32> NetworkMonitorIdSet;
-#if defined(ENABLE_FLAPPER_HACKS)
- // Message handlers.
- void OnConnectTcp(int routing_id,
- int request_id,
- const std::string& host,
- uint16 port);
- void OnConnectTcpAddress(int routing_id,
- int request_id,
- const PP_NetAddress_Private& address);
-
- // |Send()| a |PepperMsg_ConnectTcpACK|, which reports an error.
- bool SendConnectTcpACKError(int routing_id,
- int request_id);
-
- // Continuation of |OnConnectTcp()|.
- void ConnectTcpLookupFinished(int result,
- const net::AddressList& addresses,
- const OnConnectTcpBoundInfo& bound_info);
- void ConnectTcpOnWorkerThread(int routing_id,
- int request_id,
- net::AddressList addresses);
-
- // Continuation of |OnConnectTcpAddress()|.
- void ConnectTcpAddressOnWorkerThread(int routing_id,
- int request_id,
- PP_NetAddress_Private addr);
-#endif // ENABLE_FLAPPER_HACKS
-
void OnGetLocalTimeZoneOffset(base::Time t, double* result);
void OnGetFontFamilies(IPC::Message* reply);
« no previous file with comments | « build/common.gypi ('k') | content/browser/renderer_host/pepper_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698