| Index: ppapi/thunk/resource_creation_api.h
|
| diff --git a/ppapi/thunk/resource_creation_api.h b/ppapi/thunk/resource_creation_api.h
|
| index 058123905a282e00a7e3c6ca8fbef5b4a896a13d..0eb4f83382daaceeeb625bc13cfee74c18a8a560 100644
|
| --- a/ppapi/thunk/resource_creation_api.h
|
| +++ b/ppapi/thunk/resource_creation_api.h
|
| @@ -43,8 +43,6 @@ class ResourceCreationAPI {
|
| public:
|
| virtual ~ResourceCreationAPI() {}
|
|
|
| - virtual PP_Resource CreateDirectoryReader(PP_Instance instance,
|
| - PP_Resource directory_ref) = 0;
|
| virtual PP_Resource CreateFileIO(PP_Instance instance) = 0;
|
| virtual PP_Resource CreateFileRef(PP_Instance instance,
|
| PP_Resource file_system,
|
|
|