| Index: ppapi/proxy/resource_creation_proxy.h
|
| diff --git a/ppapi/proxy/resource_creation_proxy.h b/ppapi/proxy/resource_creation_proxy.h
|
| index f120ed66b69070018ef32cfbd52520473f5781ed..26546511d2461f34f64ed95bac080a97098cf8af 100644
|
| --- a/ppapi/proxy/resource_creation_proxy.h
|
| +++ b/ppapi/proxy/resource_creation_proxy.h
|
| @@ -37,8 +37,6 @@ class ResourceCreationProxy : public InterfaceProxy,
|
| static InterfaceProxy* Create(Dispatcher* dispatcher);
|
|
|
| // ResourceCreationAPI (called in plugin).
|
| - virtual PP_Resource CreateDirectoryReader(PP_Instance instance,
|
| - PP_Resource directory_ref) OVERRIDE;
|
| virtual PP_Resource CreateFileIO(PP_Instance instance) OVERRIDE;
|
| virtual PP_Resource CreateFileRef(PP_Instance instance,
|
| PP_Resource file_system,
|
|
|