Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(69)

Side by Side Diff: ppapi/thunk/interfaces_ppb_private_flash.h

Issue 10909138: Convert the async device ID getter to a chrome resource host (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ppapi/shared_impl/ppapi_permissions.h ('k') | ppapi/thunk/ppb_flash_device_id_api.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Please see inteface_ppb_public_stable for the documentation on the format of 5 // Please see inteface_ppb_public_stable for the documentation on the format of
6 // this file. 6 // this file.
7 7
8 #include "ppapi/thunk/interfaces_preamble.h" 8 #include "ppapi/thunk/interfaces_preamble.h"
9 9
10 PROXIED_API(PPB_Flash) 10 PROXIED_API(PPB_Flash)
(...skipping 28 matching lines...) Expand all
39 PROXIED_IFACE(PPB_Flash, 39 PROXIED_IFACE(PPB_Flash,
40 PPB_FLASH_FILE_MODULELOCAL_INTERFACE_2_0, 40 PPB_FLASH_FILE_MODULELOCAL_INTERFACE_2_0,
41 PPB_Flash_File_ModuleLocal_2_0) 41 PPB_Flash_File_ModuleLocal_2_0)
42 PROXIED_IFACE(PPB_Flash, 42 PROXIED_IFACE(PPB_Flash,
43 PPB_FLASH_FILE_MODULELOCAL_INTERFACE_3_0, 43 PPB_FLASH_FILE_MODULELOCAL_INTERFACE_3_0,
44 PPB_Flash_File_ModuleLocal_3_0) 44 PPB_Flash_File_ModuleLocal_3_0)
45 PROXIED_IFACE(PPB_Flash, 45 PROXIED_IFACE(PPB_Flash,
46 PPB_FLASH_FILE_FILEREF_INTERFACE, 46 PPB_FLASH_FILE_FILEREF_INTERFACE,
47 PPB_Flash_File_FileRef) 47 PPB_Flash_File_FileRef)
48 48
49 PROXIED_API(PPB_Flash_DeviceID) 49 PROXIED_IFACE(NoAPIName,
50 PROXIED_IFACE(PPB_Flash_DeviceID,
51 PPB_FLASH_DEVICEID_INTERFACE_1_0, 50 PPB_FLASH_DEVICEID_INTERFACE_1_0,
52 PPB_Flash_DeviceID_1_0) 51 PPB_Flash_DeviceID_1_0)
53 52
54 PROXIED_API(PPB_Flash_Menu) 53 PROXIED_API(PPB_Flash_Menu)
55 PROXIED_IFACE(PPB_Flash_Menu, 54 PROXIED_IFACE(PPB_Flash_Menu,
56 PPB_FLASH_MENU_INTERFACE_0_2, 55 PPB_FLASH_MENU_INTERFACE_0_2,
57 PPB_Flash_Menu_0_2) 56 PPB_Flash_Menu_0_2)
58 57
59 PROXIED_API(PPB_Flash_MessageLoop) 58 PROXIED_API(PPB_Flash_MessageLoop)
60 PROXIED_IFACE(PPB_Flash_MessageLoop, 59 PROXIED_IFACE(PPB_Flash_MessageLoop,
61 PPB_FLASH_MESSAGELOOP_INTERFACE_0_1, 60 PPB_FLASH_MESSAGELOOP_INTERFACE_0_1,
62 PPB_Flash_MessageLoop_0_1) 61 PPB_Flash_MessageLoop_0_1)
63 62
64 // TCPSocketPrivate is defined in the normal private interfaces. 63 // TCPSocketPrivate is defined in the normal private interfaces.
65 PROXIED_IFACE(PPB_TCPSocket_Private, 64 PROXIED_IFACE(PPB_TCPSocket_Private,
66 PPB_FLASH_TCPSOCKET_INTERFACE_0_2, 65 PPB_FLASH_TCPSOCKET_INTERFACE_0_2,
67 PPB_TCPSocket_Private_0_3) 66 PPB_TCPSocket_Private_0_3)
68 67
69 #include "ppapi/thunk/interfaces_postamble.h" 68 #include "ppapi/thunk/interfaces_postamble.h"
OLDNEW
« no previous file with comments | « ppapi/shared_impl/ppapi_permissions.h ('k') | ppapi/thunk/ppb_flash_device_id_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698