summaryrefslogtreecommitdiffstats
path: root/ppapi/shared_impl/resource.h
diff options
context:
space:
mode:
authorteravest@chromium.org <teravest@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-23 23:50:49 +0000
committerteravest@chromium.org <teravest@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-23 23:50:49 +0000
commite3da4e80d5b48a5319c4e412eaceec7df6e77cad (patch)
tree230739afbfd8f631ce3e1901b7a3f6c490076d4a /ppapi/shared_impl/resource.h
parentc47ddb2b81bcb3c4f9fb9fb16281e12d60a461ff (diff)
downloadchromium_src-e3da4e80d5b48a5319c4e412eaceec7df6e77cad.zip
chromium_src-e3da4e80d5b48a5319c4e412eaceec7df6e77cad.tar.gz
chromium_src-e3da4e80d5b48a5319c4e412eaceec7df6e77cad.tar.bz2
Pepper: Unify Buffer and BufferTrusted APIs.
For consistency, APIs with both normal/trusted and normal/private interfaces will be merged together. This also makes it easer to generate thunks for more IDL files, since the API name (and file name) can be derived without extra annotations. BUG= Review URL: https://chromiumcodereview.appspot.com/12702011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190122 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/shared_impl/resource.h')
-rw-r--r--ppapi/shared_impl/resource.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ppapi/shared_impl/resource.h b/ppapi/shared_impl/resource.h
index b28255f..23522d5 100644
--- a/ppapi/shared_impl/resource.h
+++ b/ppapi/shared_impl/resource.h
@@ -28,7 +28,6 @@
F(PPB_BrowserFont_Singleton_API) \
F(PPB_BrowserFont_Trusted_API) \
F(PPB_Buffer_API) \
- F(PPB_BufferTrusted_API) \
F(PPB_DeviceRef_API) \
F(PPB_DirectoryReader_API) \
F(PPB_FileChooser_API) \