diff options
author | hamaji@chromium.org <hamaji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-03 21:51:46 +0000 |
---|---|---|
committer | hamaji@chromium.org <hamaji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-03 21:51:46 +0000 |
commit | 2dea98eb8c10879742d8e49988a416b5a7c30cdb (patch) | |
tree | 78755572dafee446a60d08de8828d4902251fd78 /ppapi/thunk/resource_creation_api.h | |
parent | 222c700ea36f0d0de88c9f075363387c51ee117b (diff) | |
download | chromium_src-2dea98eb8c10879742d8e49988a416b5a7c30cdb.zip chromium_src-2dea98eb8c10879742d8e49988a416b5a7c30cdb.tar.gz chromium_src-2dea98eb8c10879742d8e49988a416b5a7c30cdb.tar.bz2 |
Move DirectoryReader::ReadEntries to FileRef::ReadDirectoryEntries
This also means this API becomes a stable API.
While DirectoryReader was using the new pepper proxy API, FileRef is
using the old one. As updating FileRef would take some time, the
implementation of ReadEntries is converted from the new design to the
old one for now.
BUG=234513
TEST=browser_tests
R=avi@chromium.org, binji@chromium.org, dmichael@chromium.org, palmer@chromium.org, raymes@chromium.org, teravest@chromium.org
Review URL: https://codereview.chromium.org/14784002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198204 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/thunk/resource_creation_api.h')
-rw-r--r-- | ppapi/thunk/resource_creation_api.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ppapi/thunk/resource_creation_api.h b/ppapi/thunk/resource_creation_api.h index 0581239..0eb4f83 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, |