summaryrefslogtreecommitdiffstats
path: root/ppapi/shared_impl/resource.h
diff options
context:
space:
mode:
authoryzshen@chromium.org <yzshen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-29 03:29:20 +0000
committeryzshen@chromium.org <yzshen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-29 03:29:20 +0000
commit27db60abdea8b46b6ff1ec9958d3b2b0a20e7ce7 (patch)
tree16154c3bfc019af7a692891fa08c498ac801a9f1 /ppapi/shared_impl/resource.h
parent4252a15b70480f78d951f50d2699cd30e71c752b (diff)
downloadchromium_src-27db60abdea8b46b6ff1ec9958d3b2b0a20e7ce7.zip
chromium_src-27db60abdea8b46b6ff1ec9958d3b2b0a20e7ce7.tar.gz
chromium_src-27db60abdea8b46b6ff1ec9958d3b2b0a20e7ce7.tar.bz2
Apps V2 in Pepper: introduce singleton resource ExtensionsCommon.
ExtensionsCommon will be the plugin-renderer bridge for those 'simple' APIs whose input/output can be easily represented by base::ListValue. The host side implementation will be in a separate CL. BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/13080002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@191278 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/shared_impl/resource.h')
-rw-r--r--ppapi/shared_impl/resource.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ppapi/shared_impl/resource.h b/ppapi/shared_impl/resource.h
index 994faa0..259fedd 100644
--- a/ppapi/shared_impl/resource.h
+++ b/ppapi/shared_impl/resource.h
@@ -19,6 +19,7 @@
// All resource types should be added here. This implements our hand-rolled
// RTTI system since we don't compile with "real" RTTI.
#define FOR_ALL_PPAPI_RESOURCE_APIS(F) \
+ F(ExtensionsCommon_API) \
F(PPB_Audio_API) \
F(PPB_AudioConfig_API) \
F(PPB_AudioInput_API) \