From cc6db92524420397e246af1ed1b07258ded14e30 Mon Sep 17 00:00:00 2001 From: "brettw@chromium.org" Date: Sat, 10 Dec 2011 16:54:22 +0000 Subject: Implement a proxy for Pepper FileIO. [ Reland of 113565 http://codereview.chromium.org/8764003 ] 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 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113953 0039d316-1c4b-4281-b951-d872f2087c98 --- ppapi/shared_impl/api_id.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ppapi/shared_impl/api_id.h') 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, -- cgit v1.1