Index: webkit/plugins/ppapi/resource_creation_impl.cc |
diff --git a/webkit/plugins/ppapi/resource_creation_impl.cc b/webkit/plugins/ppapi/resource_creation_impl.cc |
index 833aac730fc064e21164ac653c700847ac4b97c0..e639e7923bf43d265234b9e4f0dcac8452dbf0e7 100644 |
--- a/webkit/plugins/ppapi/resource_creation_impl.cc |
+++ b/webkit/plugins/ppapi/resource_creation_impl.cc |
@@ -257,6 +257,10 @@ PP_Resource ResourceCreationImpl::CreateTCPSocketPrivate(PP_Instance instance) { |
return PPB_TCPSocket_Private_Impl::CreateResource(instance); |
} |
+PP_Resource ResourceCreationImpl::CreateUDPSocket(PP_Instance instance) { |
+ return 0; // Not supported in-process. |
+} |
+ |
PP_Resource ResourceCreationImpl::CreateUDPSocketPrivate(PP_Instance instance) { |
return 0; // Not supported in-process. |
} |