diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-17 23:59:39 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-17 23:59:39 +0000 |
commit | 4deeb43f8b7c1b21d3545228db86de2c73c9fd43 (patch) | |
tree | 9b44b6a5908d3948eb74d41f1dc69433c5a963d7 /ppapi/proxy/interface_id.h | |
parent | c2a6aa323905a384677df735ccaa68ac700b1587 (diff) | |
download | chromium_src-4deeb43f8b7c1b21d3545228db86de2c73c9fd43.zip chromium_src-4deeb43f8b7c1b21d3545228db86de2c73c9fd43.tar.gz chromium_src-4deeb43f8b7c1b21d3545228db86de2c73c9fd43.tar.bz2 |
Implement proxying for FileRef and FileChooser.
This also changes the FileRef interface to remove the Query function, since
there is no close function, there's no way to cancel the current request, which
makes memory management of the info structure very difficult.
Review URL: http://codereview.chromium.org/6519057
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75331 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/proxy/interface_id.h')
-rw-r--r-- | ppapi/proxy/interface_id.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ppapi/proxy/interface_id.h b/ppapi/proxy/interface_id.h index 4d38648..d3da24e 100644 --- a/ppapi/proxy/interface_id.h +++ b/ppapi/proxy/interface_id.h @@ -20,6 +20,8 @@ enum InterfaceID { INTERFACE_ID_PPB_CONTEXT_3D, INTERFACE_ID_PPB_CORE, INTERFACE_ID_PPB_CURSORCONTROL, + INTERFACE_ID_PPB_FILE_CHOOSER, + INTERFACE_ID_PPB_FILE_REF, INTERFACE_ID_PPB_FLASH, INTERFACE_ID_PPB_FLASH_MENU, INTERFACE_ID_PPB_FONT, |