summaryrefslogtreecommitdiffstats
path: root/ppapi/api/trusted
diff options
context:
space:
mode:
authorteravest@chromium.org <teravest@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-23 18:55:21 +0000
committerteravest@chromium.org <teravest@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-23 18:55:21 +0000
commit9590f8606f1912dcb964ea7458a7b75842e4538a (patch)
tree98854ec5d6647084e63dfd6e4babea883a5052e9 /ppapi/api/trusted
parentd1af12e04d7674934e43abae831d1ae7e6dc3469 (diff)
downloadchromium_src-9590f8606f1912dcb964ea7458a7b75842e4538a.zip
chromium_src-9590f8606f1912dcb964ea7458a7b75842e4538a.tar.gz
chromium_src-9590f8606f1912dcb964ea7458a7b75842e4538a.tar.bz2
Pepper: Autogenerate thunk for PPB_AudioTrusted.
Tested: Built chrome and browser_tests. BUG= Review URL: https://chromiumcodereview.appspot.com/14197010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195864 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/api/trusted')
-rw-r--r--ppapi/api/trusted/ppb_audio_trusted.idl2
1 files changed, 2 insertions, 0 deletions
diff --git a/ppapi/api/trusted/ppb_audio_trusted.idl b/ppapi/api/trusted/ppb_audio_trusted.idl
index c75b97b..6ea74b7 100644
--- a/ppapi/api/trusted/ppb_audio_trusted.idl
+++ b/ppapi/api/trusted/ppb_audio_trusted.idl
@@ -7,6 +7,8 @@
* This file defines the trusted audio interface.
*/
+[generate_thunk]
+
label Chrome {
M14 = 0.6
};