diff options
author | teravest@chromium.org <teravest@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-11 02:26:42 +0000 |
---|---|---|
committer | teravest@chromium.org <teravest@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-11 02:26:42 +0000 |
commit | 2807a28caa0433ab1d8a5d2ffde1d05374ab9ecf (patch) | |
tree | 3732da21989f065c6ef0dc259ae45b5e74162d17 /ppapi/api | |
parent | 1c40788c80d5258922169c4bf089929e0350e01a (diff) | |
download | chromium_src-2807a28caa0433ab1d8a5d2ffde1d05374ab9ecf.zip chromium_src-2807a28caa0433ab1d8a5d2ffde1d05374ab9ecf.tar.gz chromium_src-2807a28caa0433ab1d8a5d2ffde1d05374ab9ecf.tar.bz2 |
Autogenerate thunk .cc file for PPB_Flash_DeviceID
BUG=
Review URL: https://chromiumcodereview.appspot.com/11511010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172240 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/api')
-rw-r--r-- | ppapi/api/private/ppb_flash_device_id.idl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ppapi/api/private/ppb_flash_device_id.idl b/ppapi/api/private/ppb_flash_device_id.idl index dd69b3d..1fa4986 100644 --- a/ppapi/api/private/ppb_flash_device_id.idl +++ b/ppapi/api/private/ppb_flash_device_id.idl @@ -7,6 +7,8 @@ * This file contains the <code>PPB_Flash_DeviceID</code> interface. */ +[generate_thunk] + label Chrome { M21 = 1.0 }; |