summaryrefslogtreecommitdiffstats
path: root/ppapi/shared_impl/api_id.h
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-08 21:02:32 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-08 21:02:32 +0000
commit4f95dd7ca9883879dc642c2f61cff2edad412b38 (patch)
tree48daa9a31f86f5029ebe4e33ca5255e3436cd596 /ppapi/shared_impl/api_id.h
parent7b0d86deed914f1dcf5d206259699b5f692c6d3c (diff)
downloadchromium_src-4f95dd7ca9883879dc642c2f61cff2edad412b38.zip
chromium_src-4f95dd7ca9883879dc642c2f61cff2edad412b38.tar.gz
chromium_src-4f95dd7ca9883879dc642c2f61cff2edad412b38.tar.bz2
Implement a proxy for Pepper FileIO.
This splits apart the old in-process implementation into a new object in shared_impl that does most of the general tracking. This alllows that code to be shared by the proxy. BUG=http://crbug.com/101154 Review URL: http://codereview.chromium.org/8764003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113656 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/shared_impl/api_id.h')
-rw-r--r--ppapi/shared_impl/api_id.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ppapi/shared_impl/api_id.h b/ppapi/shared_impl/api_id.h
index c8c9362..73654b0 100644
--- a/ppapi/shared_impl/api_id.h
+++ b/ppapi/shared_impl/api_id.h
@@ -21,6 +21,7 @@ enum ApiID {
API_ID_PPB_CORE,
API_ID_PPB_CURSORCONTROL,
API_ID_PPB_FILE_CHOOSER,
+ API_ID_PPB_FILE_IO,
API_ID_PPB_FILE_REF,
API_ID_PPB_FILE_SYSTEM,
API_ID_PPB_FLASH,