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

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_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/native_client/src/shared/ppapi_proxy/plugin_ppb_udp_socket_private.h
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_udp_socket_private.h b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_udp_socket_private.h
index 7e87382d43f64e04ff25420ccc4123f5d2814f28..4f9287ed38395e8d800208e2c91e97798dc12294 100644
--- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_udp_socket_private.h
+++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_udp_socket_private.h
@@ -15,6 +15,7 @@ class PluginUDPSocketPrivate {
public:
static const PPB_UDPSocket_Private_0_2* GetInterface0_2();
static const PPB_UDPSocket_Private_0_3* GetInterface0_3();
+ static const PPB_UDPSocket_Private_0_4* GetInterface0_4();
private:
NACL_DISALLOW_COPY_AND_ASSIGN(PluginUDPSocketPrivate);

Powered by Google App Engine
This is Rietveld 408576698