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

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

Issue 15491006: Rename PPB_Flash_DeviceID interface to PPB_Flash_DRM (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « ppapi/tests/test_flash_drm.cc ('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_IFACE(NoAPIName, 10 PROXIED_IFACE(NoAPIName,
(...skipping 19 matching lines...) Expand all
30 PROXIED_IFACE(NoAPIName, 30 PROXIED_IFACE(NoAPIName,
31 PPB_FLASH_CLIPBOARD_INTERFACE_4_0, 31 PPB_FLASH_CLIPBOARD_INTERFACE_4_0,
32 PPB_Flash_Clipboard_4_0) 32 PPB_Flash_Clipboard_4_0)
33 PROXIED_IFACE(NoAPIName, 33 PROXIED_IFACE(NoAPIName,
34 PPB_FLASH_CLIPBOARD_INTERFACE_5_0, 34 PPB_FLASH_CLIPBOARD_INTERFACE_5_0,
35 PPB_Flash_Clipboard_5_0) 35 PPB_Flash_Clipboard_5_0)
36 36
37 PROXIED_IFACE(NoAPIName, 37 PROXIED_IFACE(NoAPIName,
38 PPB_FLASH_DEVICEID_INTERFACE_1_0, 38 PPB_FLASH_DEVICEID_INTERFACE_1_0,
39 PPB_Flash_DeviceID_1_0) 39 PPB_Flash_DeviceID_1_0)
40 PROXIED_IFACE(NoAPIName,
41 PPB_FLASH_DRM_INTERFACE_1_0,
42 PPB_Flash_DRM_1_0)
40 43
41 PROXIED_IFACE(NoAPIName, 44 PROXIED_IFACE(NoAPIName,
42 PPB_FLASH_FONTFILE_INTERFACE_0_1, 45 PPB_FLASH_FONTFILE_INTERFACE_0_1,
43 PPB_Flash_FontFile_0_1) 46 PPB_Flash_FontFile_0_1)
44 47
45 PROXIED_IFACE(NoAPIName, 48 PROXIED_IFACE(NoAPIName,
46 PPB_FLASH_MENU_INTERFACE_0_2, 49 PPB_FLASH_MENU_INTERFACE_0_2,
47 PPB_Flash_Menu_0_2) 50 PPB_Flash_Menu_0_2)
48 51
49 PROXIED_API(PPB_Flash_MessageLoop) 52 PROXIED_API(PPB_Flash_MessageLoop)
50 PROXIED_IFACE(PPB_Flash_MessageLoop, 53 PROXIED_IFACE(PPB_Flash_MessageLoop,
51 PPB_FLASH_MESSAGELOOP_INTERFACE_0_1, 54 PPB_FLASH_MESSAGELOOP_INTERFACE_0_1,
52 PPB_Flash_MessageLoop_0_1) 55 PPB_Flash_MessageLoop_0_1)
53 56
54 PROXIED_IFACE(NoAPIName, 57 PROXIED_IFACE(NoAPIName,
55 PPB_FLASH_PRINT_INTERFACE_1_0, 58 PPB_FLASH_PRINT_INTERFACE_1_0,
56 PPB_Flash_Print_1_0) 59 PPB_Flash_Print_1_0)
57 60
58 #include "ppapi/thunk/interfaces_postamble.h" 61 #include "ppapi/thunk/interfaces_postamble.h"
OLDNEW
« no previous file with comments | « ppapi/tests/test_flash_drm.cc ('k') | ppapi/thunk/ppb_flash_device_id_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698