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

Unified Diff: ppapi/cpp/private/udp_socket_private.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
Index: ppapi/cpp/private/udp_socket_private.h
diff --git a/ppapi/cpp/private/udp_socket_private.h b/ppapi/cpp/private/udp_socket_private.h
index 5179e721e9afb54f7055f5be1cc7a34513dfe7e6..66fef8f35702be3197daf29d9206b6c22b7b0b1a 100644
--- a/ppapi/cpp/private/udp_socket_private.h
+++ b/ppapi/cpp/private/udp_socket_private.h
@@ -8,6 +8,7 @@
#include "ppapi/c/pp_stdint.h"
#include "ppapi/c/private/ppb_udp_socket_private.h"
#include "ppapi/cpp/resource.h"
+#include "ppapi/cpp/var.h"
viettrungluu 2012/08/27 18:33:54 No need to actually include this here. A forward d
ygorshenin1 2012/08/27 19:12:47 Done.
namespace pp {
@@ -21,6 +22,7 @@ class UDPSocketPrivate : public Resource {
// Returns true if the required interface is available.
static bool IsAvailable();
+ int32_t SetSocketFeature(PP_UDPSocketFeature_Private name, const Var& value);
int32_t Bind(const PP_NetAddress_Private* addr,
const CompletionCallback& callback);
bool GetBoundAddress(PP_NetAddress_Private* addr);

Powered by Google App Engine
This is Rietveld 408576698