| Index: ppapi/proxy/resource_creation_proxy.h
|
| diff --git a/ppapi/proxy/resource_creation_proxy.h b/ppapi/proxy/resource_creation_proxy.h
|
| index 1a8bd53b7ec8fc4898fff2119d8e84703aae2909..1bde8bbfd92e30810ef396e97f4a0186fd9e37b1 100644
|
| --- a/ppapi/proxy/resource_creation_proxy.h
|
| +++ b/ppapi/proxy/resource_creation_proxy.h
|
| @@ -140,6 +140,7 @@ class ResourceCreationProxy : public InterfaceProxy,
|
| virtual PP_Resource CreatePrinting(PP_Instance) OVERRIDE;
|
| virtual PP_Resource CreateTCPServerSocketPrivate(
|
| PP_Instance instance) OVERRIDE;
|
| + virtual PP_Resource CreateTCPSocket1_0(PP_Instance instance) OVERRIDE;
|
| virtual PP_Resource CreateTCPSocket(PP_Instance instance) OVERRIDE;
|
| virtual PP_Resource CreateTCPSocketPrivate(PP_Instance instance) OVERRIDE;
|
| virtual PP_Resource CreateUDPSocket(PP_Instance instance) OVERRIDE;
|
|
|