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

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

Issue 136183002: Add GetSequenceNumber function to PPB_Flash_Clipboard (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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_clipboard.cc ('k') | ppapi/thunk/ppb_flash_clipboard_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(PPB_FLASH_INTERFACE_12_4, 10 PROXIED_IFACE(PPB_FLASH_INTERFACE_12_4,
11 PPB_Flash_12_4) 11 PPB_Flash_12_4)
12 PROXIED_IFACE(PPB_FLASH_INTERFACE_12_5, 12 PROXIED_IFACE(PPB_FLASH_INTERFACE_12_5,
13 PPB_Flash_12_5) 13 PPB_Flash_12_5)
14 PROXIED_IFACE(PPB_FLASH_INTERFACE_12_6, 14 PROXIED_IFACE(PPB_FLASH_INTERFACE_12_6,
15 PPB_Flash_12_6) 15 PPB_Flash_12_6)
16 PROXIED_IFACE(PPB_FLASH_INTERFACE_13_0, 16 PROXIED_IFACE(PPB_FLASH_INTERFACE_13_0,
17 PPB_Flash_13_0) 17 PPB_Flash_13_0)
18 18
19 PROXIED_IFACE(PPB_FLASH_FILE_MODULELOCAL_INTERFACE_3_0, 19 PROXIED_IFACE(PPB_FLASH_FILE_MODULELOCAL_INTERFACE_3_0,
20 PPB_Flash_File_ModuleLocal_3_0) 20 PPB_Flash_File_ModuleLocal_3_0)
21 PROXIED_IFACE(PPB_FLASH_FILE_FILEREF_INTERFACE, 21 PROXIED_IFACE(PPB_FLASH_FILE_FILEREF_INTERFACE,
22 PPB_Flash_File_FileRef) 22 PPB_Flash_File_FileRef)
23 23
24 PROXIED_IFACE(PPB_FLASH_CLIPBOARD_INTERFACE_4_0, 24 PROXIED_IFACE(PPB_FLASH_CLIPBOARD_INTERFACE_4_0,
25 PPB_Flash_Clipboard_4_0) 25 PPB_Flash_Clipboard_4_0)
26 PROXIED_IFACE(PPB_FLASH_CLIPBOARD_INTERFACE_5_0, 26 PROXIED_IFACE(PPB_FLASH_CLIPBOARD_INTERFACE_5_0,
27 PPB_Flash_Clipboard_5_0) 27 PPB_Flash_Clipboard_5_0)
28 PROXIED_IFACE(PPB_FLASH_CLIPBOARD_INTERFACE_5_1,
29 PPB_Flash_Clipboard_5_1)
28 30
29 PROXIED_IFACE(PPB_FLASH_DRM_INTERFACE_1_0, 31 PROXIED_IFACE(PPB_FLASH_DRM_INTERFACE_1_0,
30 PPB_Flash_DRM_1_0) 32 PPB_Flash_DRM_1_0)
31 33
32 PROXIED_IFACE(PPB_FLASH_FONTFILE_INTERFACE_0_1, 34 PROXIED_IFACE(PPB_FLASH_FONTFILE_INTERFACE_0_1,
33 PPB_Flash_FontFile_0_1) 35 PPB_Flash_FontFile_0_1)
34 36
35 PROXIED_IFACE(PPB_FLASH_MENU_INTERFACE_0_2, 37 PROXIED_IFACE(PPB_FLASH_MENU_INTERFACE_0_2,
36 PPB_Flash_Menu_0_2) 38 PPB_Flash_Menu_0_2)
37 39
38 PROXIED_API(PPB_Flash_MessageLoop) 40 PROXIED_API(PPB_Flash_MessageLoop)
39 PROXIED_IFACE(PPB_FLASH_MESSAGELOOP_INTERFACE_0_1, 41 PROXIED_IFACE(PPB_FLASH_MESSAGELOOP_INTERFACE_0_1,
40 PPB_Flash_MessageLoop_0_1) 42 PPB_Flash_MessageLoop_0_1)
41 43
42 PROXIED_IFACE(PPB_FLASH_PRINT_INTERFACE_1_0, 44 PROXIED_IFACE(PPB_FLASH_PRINT_INTERFACE_1_0,
43 PPB_Flash_Print_1_0) 45 PPB_Flash_Print_1_0)
44 46
45 #include "ppapi/thunk/interfaces_postamble.h" 47 #include "ppapi/thunk/interfaces_postamble.h"
OLDNEW
« no previous file with comments | « ppapi/tests/test_flash_clipboard.cc ('k') | ppapi/thunk/ppb_flash_clipboard_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698