| Index: webkit/plugins/ppapi/resource_creation_impl.h
|
| diff --git a/webkit/plugins/ppapi/resource_creation_impl.h b/webkit/plugins/ppapi/resource_creation_impl.h
|
| index 0a16e22e5b288df46bd377034e7751edf80ba2a1..7ddff12333e813382cd7d4a83f830d6603be7dde 100644
|
| --- a/webkit/plugins/ppapi/resource_creation_impl.h
|
| +++ b/webkit/plugins/ppapi/resource_creation_impl.h
|
| @@ -116,9 +116,6 @@ class WEBKIT_PLUGINS_EXPORT ResourceCreationImpl
|
|
|
| virtual PP_Resource CreateUDPSocketPrivate(PP_Instance instance) OVERRIDE;
|
| virtual PP_Resource CreateURLLoader(PP_Instance instance) OVERRIDE;
|
| - virtual PP_Resource CreateURLRequestInfo(
|
| - PP_Instance instance,
|
| - const ::ppapi::PPB_URLRequestInfo_Data& data) OVERRIDE;
|
| virtual PP_Resource CreateVideoCapture(PP_Instance instance) OVERRIDE;
|
| virtual PP_Resource CreateVideoDecoder(
|
| PP_Instance instance,
|
|
|