Index: webkit/plugins/ppapi/mock_plugin_delegate.cc |
diff --git a/webkit/plugins/ppapi/mock_plugin_delegate.cc b/webkit/plugins/ppapi/mock_plugin_delegate.cc |
index 298ddc9494ad91ff89e5fb40970a11f89ce31006..2cf70a86a20dc68073eb28dce738dd45756a6450 100644 |
--- a/webkit/plugins/ppapi/mock_plugin_delegate.cc |
+++ b/webkit/plugins/ppapi/mock_plugin_delegate.cc |
@@ -298,6 +298,13 @@ uint32 MockPluginDelegate::UDPSocketCreate() { |
return 0; |
} |
+void MockPluginDelegate::UDPSocketSetSocketFeature( |
+ PPB_UDPSocket_Private_Impl* socket, |
+ uint32 socket_id, |
+ PP_UDPSocketFeature_Private name, |
+ PP_Var value) { |
+} |
+ |
void MockPluginDelegate::UDPSocketBind(PPB_UDPSocket_Private_Impl* socket, |
uint32 socket_id, |
const PP_NetAddress_Private& addr) { |