diff options
author | teravest@chromium.org <teravest@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-26 19:32:50 +0000 |
---|---|---|
committer | teravest@chromium.org <teravest@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-26 19:32:50 +0000 |
commit | 8c71647a64faa680adce4c4c1415004f625580aa (patch) | |
tree | 9a1b1f095116b137cfdbdb0b80ecb7d7b382576e /ppapi/api | |
parent | 913e3018b2c564f159c9a0b8119595f0daa8847a (diff) | |
download | chromium_src-8c71647a64faa680adce4c4c1415004f625580aa.zip chromium_src-8c71647a64faa680adce4c4c1415004f625580aa.tar.gz chromium_src-8c71647a64faa680adce4c4c1415004f625580aa.tar.bz2 |
IDL: Autogen thunk: PPB_ContentDecryptor_Private.
Automatically generate thunk for the PPB_ContentDecryptor_Private interface.
BUG=
Review URL: https://chromiumcodereview.appspot.com/12334079
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184699 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/api')
-rw-r--r-- | ppapi/api/private/ppb_content_decryptor_private.idl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ppapi/api/private/ppb_content_decryptor_private.idl b/ppapi/api/private/ppb_content_decryptor_private.idl index 36dbb53..e18afef 100644 --- a/ppapi/api/private/ppb_content_decryptor_private.idl +++ b/ppapi/api/private/ppb_content_decryptor_private.idl @@ -8,6 +8,9 @@ * interface. Note: This is a special interface, only to be used for Content * Decryption Modules, not normal plugins. */ + +[generate_thunk] + label Chrome { M24 = 0.6 }; |