| 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);
|
|
|
|
|