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

Unified Diff: content/browser/renderer_host/pepper/pepper_message_filter.h

Issue 10735056: AllowBroadcast() is exposed to NaCl. (Closed) Base URL: http://git.chromium.org/chromium/src.git@udp_broadcast
Patch Set: Sync. Created 8 years, 4 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 | « no previous file | content/browser/renderer_host/pepper/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/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 ead15e18949372a2ba10ce898a485df4f17a539b..f6a278b89fb327cceaca6a199c8b1977d5daeb0f 100644
--- a/content/browser/renderer_host/pepper/pepper_message_filter.h
+++ b/content/browser/renderer_host/pepper/pepper_message_filter.h
@@ -16,13 +16,14 @@
#include "base/process.h"
#include "base/time.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"
@@ -152,6 +153,10 @@ class PepperMessageFilter
void OnUDPCreate(int32 routing_id,
uint32 plugin_dispatcher_id,
uint32* socket_id);
+ void OnUDPSetBoolSocketFeature(int32 routing_id,
+ uint32 socket_id,
+ int32_t name,
+ bool value);
void OnUDPBind(int32 routing_id,
uint32 socket_id,
const PP_NetAddress_Private& addr);
« no previous file with comments | « no previous file | content/browser/renderer_host/pepper/pepper_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698