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

Side by Side Diff: ppapi/shared_impl/api_id.h

Issue 8506016: Remove 'Flash' from TCP/UDP Pepper interfaces. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: resolved last comments Created 9 years, 1 month 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/proxy/resource_creation_proxy.cc ('k') | ppapi/shared_impl/resource.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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 #ifndef PPAPI_SHARED_IMPL_API_ID_H_ 5 #ifndef PPAPI_SHARED_IMPL_API_ID_H_
6 #define PPAPI_SHARED_IMPL_API_ID_H_ 6 #define PPAPI_SHARED_IMPL_API_ID_H_
7 7
8 namespace ppapi { 8 namespace ppapi {
9 9
10 // These numbers must be all small integers. They are used in a lookup table 10 // These numbers must be all small integers. They are used in a lookup table
(...skipping 10 matching lines...) Expand all
21 API_ID_PPB_CURSORCONTROL, 21 API_ID_PPB_CURSORCONTROL,
22 API_ID_PPB_FILE_CHOOSER, 22 API_ID_PPB_FILE_CHOOSER,
23 API_ID_PPB_FILE_REF, 23 API_ID_PPB_FILE_REF,
24 API_ID_PPB_FILE_SYSTEM, 24 API_ID_PPB_FILE_SYSTEM,
25 API_ID_PPB_FLASH, 25 API_ID_PPB_FLASH,
26 API_ID_PPB_FLASH_CLIPBOARD, 26 API_ID_PPB_FLASH_CLIPBOARD,
27 API_ID_PPB_FLASH_FILE_FILEREF, 27 API_ID_PPB_FLASH_FILE_FILEREF,
28 API_ID_PPB_FLASH_FILE_MODULELOCAL, 28 API_ID_PPB_FLASH_FILE_MODULELOCAL,
29 API_ID_PPB_FLASH_MENU, 29 API_ID_PPB_FLASH_MENU,
30 API_ID_PPB_FLASH_NETCONNECTOR, 30 API_ID_PPB_FLASH_NETCONNECTOR,
31 API_ID_PPB_FLASH_TCPSOCKET,
32 API_ID_PPB_FLASH_UDPSOCKET,
33 API_ID_PPB_FONT, 31 API_ID_PPB_FONT,
34 API_ID_PPB_GRAPHICS_2D, 32 API_ID_PPB_GRAPHICS_2D,
35 API_ID_PPB_GRAPHICS_3D, 33 API_ID_PPB_GRAPHICS_3D,
36 API_ID_PPB_INSTANCE, 34 API_ID_PPB_INSTANCE,
37 API_ID_PPB_INSTANCE_PRIVATE, 35 API_ID_PPB_INSTANCE_PRIVATE,
38 API_ID_PPB_OPENGLES2, 36 API_ID_PPB_OPENGLES2,
39 API_ID_PPB_PDF, 37 API_ID_PPB_PDF,
40 API_ID_PPB_SURFACE_3D, 38 API_ID_PPB_SURFACE_3D,
39 API_ID_PPB_TCPSOCKET_PRIVATE,
41 API_ID_PPB_TESTING, 40 API_ID_PPB_TESTING,
42 API_ID_PPB_TEXT_INPUT, 41 API_ID_PPB_TEXT_INPUT,
42 API_ID_PPB_UDPSOCKET_PRIVATE,
43 API_ID_PPB_URL_LOADER, 43 API_ID_PPB_URL_LOADER,
44 API_ID_PPB_URL_RESPONSE_INFO, 44 API_ID_PPB_URL_RESPONSE_INFO,
45 API_ID_PPB_VAR_DEPRECATED, 45 API_ID_PPB_VAR_DEPRECATED,
46 API_ID_PPB_VIDEO_CAPTURE_DEV, 46 API_ID_PPB_VIDEO_CAPTURE_DEV,
47 API_ID_PPB_VIDEO_DECODER_DEV, 47 API_ID_PPB_VIDEO_DECODER_DEV,
48 48
49 API_ID_PPP_CLASS, 49 API_ID_PPP_CLASS,
50 API_ID_PPP_GRAPHICS_3D, 50 API_ID_PPP_GRAPHICS_3D,
51 API_ID_PPP_INPUT_EVENT, 51 API_ID_PPP_INPUT_EVENT,
52 API_ID_PPP_INSTANCE, 52 API_ID_PPP_INSTANCE,
53 API_ID_PPP_INSTANCE_PRIVATE, 53 API_ID_PPP_INSTANCE_PRIVATE,
54 API_ID_PPP_MESSAGING, 54 API_ID_PPP_MESSAGING,
55 API_ID_PPP_MOUSE_LOCK, 55 API_ID_PPP_MOUSE_LOCK,
56 API_ID_PPP_VIDEO_CAPTURE_DEV, 56 API_ID_PPP_VIDEO_CAPTURE_DEV,
57 API_ID_PPP_VIDEO_DECODER_DEV, 57 API_ID_PPP_VIDEO_DECODER_DEV,
58 58
59 API_ID_RESOURCE_CREATION, 59 API_ID_RESOURCE_CREATION,
60 60
61 // Must be last to indicate the number of interface IDs. 61 // Must be last to indicate the number of interface IDs.
62 API_ID_COUNT 62 API_ID_COUNT
63 }; 63 };
64 64
65 } // namespace ppapi 65 } // namespace ppapi
66 66
67 #endif // PPAPI_SHARED_IMPL_API_ID_H_ 67 #endif // PPAPI_SHARED_IMPL_API_ID_H_
OLDNEW
« no previous file with comments | « ppapi/proxy/resource_creation_proxy.cc ('k') | ppapi/shared_impl/resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698