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

Unified Diff: webkit/plugins/ppapi/mock_plugin_delegate.h

Issue 10735056: AllowBroadcast() is exposed to NaCl. (Closed) Base URL: http://git.chromium.org/chromium/src.git@udp_broadcast
Patch Set: Deleted callbacks. 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: webkit/plugins/ppapi/mock_plugin_delegate.h
diff --git a/webkit/plugins/ppapi/mock_plugin_delegate.h b/webkit/plugins/ppapi/mock_plugin_delegate.h
index c08f20292fb9bc6fe0f7402384a0f27e361ec04b..deec8075f1c069cbfdf672dcd78b087cd1b6589d 100644
--- a/webkit/plugins/ppapi/mock_plugin_delegate.h
+++ b/webkit/plugins/ppapi/mock_plugin_delegate.h
@@ -141,6 +141,10 @@ class MockPluginDelegate : public PluginDelegate {
virtual void RegisterTCPSocket(PPB_TCPSocket_Private_Impl* socket,
uint32 socket_id);
virtual uint32 UDPSocketCreate();
+ virtual void UDPSocketSetSocketFeature(PPB_UDPSocket_Private_Impl* socket,
+ uint32 socket_id,
+ PP_UDPSocketFeature_Private name,
+ PP_Var value);
virtual void UDPSocketBind(PPB_UDPSocket_Private_Impl* socket,
uint32 socket_id,
const PP_NetAddress_Private& addr);

Powered by Google App Engine
This is Rietveld 408576698