| Index: content/browser/renderer_host/pepper/pepper_message_filter.h
|
| diff --git a/content/browser/renderer_host/pepper/pepper_message_filter.h b/content/browser/renderer_host/pepper/pepper_message_filter.h
|
| index fbc91d83f1736f926ded60cea0af5ea2143109e2..d9ea12d5471a5acfaa616876c23c1e285f04e9ff 100644
|
| --- a/content/browser/renderer_host/pepper/pepper_message_filter.h
|
| +++ b/content/browser/renderer_host/pepper/pepper_message_filter.h
|
| @@ -17,13 +17,14 @@
|
| #include "base/time.h"
|
| #include "content/browser/renderer_host/pepper/content_browser_pepper_host_factory.h"
|
| #include "content/public/browser/browser_message_filter.h"
|
| -#include "net/base/network_change_notifier.h"
|
| #include "net/base/net_util.h"
|
| +#include "net/base/network_change_notifier.h"
|
| #include "net/base/ssl_config_service.h"
|
| #include "net/socket/stream_socket.h"
|
| #include "ppapi/c/pp_resource.h"
|
| #include "ppapi/c/pp_stdint.h"
|
| #include "ppapi/c/private/ppb_flash.h"
|
| +#include "ppapi/c/private/ppb_udp_socket_private.h"
|
| #include "ppapi/host/ppapi_host.h"
|
| #include "ppapi/shared_impl/ppapi_permissions.h"
|
|
|
| @@ -154,6 +155,10 @@ class PepperMessageFilter
|
| void OnUDPCreate(int32 routing_id,
|
| uint32 plugin_dispatcher_id,
|
| uint32* socket_id);
|
| + void OnUDPSetBoolSocketFeature(int32 routing_id,
|
| + uint32 socket_id,
|
| + PP_UDPSocketFeature_Private name,
|
| + bool value);
|
| void OnUDPBind(int32 routing_id,
|
| uint32 socket_id,
|
| const PP_NetAddress_Private& addr);
|
|
|