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

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

Issue 9693024: Add the PPAPI X509 Certificate interface and implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 8 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
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 #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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 API_ID_PPB_TALK, 46 API_ID_PPB_TALK,
47 API_ID_PPB_TESTING, 47 API_ID_PPB_TESTING,
48 API_ID_PPB_TEXT_INPUT, 48 API_ID_PPB_TEXT_INPUT,
49 API_ID_PPB_UDPSOCKET_PRIVATE, 49 API_ID_PPB_UDPSOCKET_PRIVATE,
50 API_ID_PPB_URL_LOADER, 50 API_ID_PPB_URL_LOADER,
51 API_ID_PPB_URL_RESPONSE_INFO, 51 API_ID_PPB_URL_RESPONSE_INFO,
52 API_ID_PPB_VAR_ARRAY_BUFFER, 52 API_ID_PPB_VAR_ARRAY_BUFFER,
53 API_ID_PPB_VAR_DEPRECATED, 53 API_ID_PPB_VAR_DEPRECATED,
54 API_ID_PPB_VIDEO_CAPTURE_DEV, 54 API_ID_PPB_VIDEO_CAPTURE_DEV,
55 API_ID_PPB_VIDEO_DECODER_DEV, 55 API_ID_PPB_VIDEO_DECODER_DEV,
56 API_ID_PPB_X509_CERTIFICATE_PRIVATE,
56 57
57 API_ID_PPP_CLASS, 58 API_ID_PPP_CLASS,
58 API_ID_PPP_GRAPHICS_3D, 59 API_ID_PPP_GRAPHICS_3D,
59 API_ID_PPP_INPUT_EVENT, 60 API_ID_PPP_INPUT_EVENT,
60 API_ID_PPP_INSTANCE, 61 API_ID_PPP_INSTANCE,
61 API_ID_PPP_INSTANCE_PRIVATE, 62 API_ID_PPP_INSTANCE_PRIVATE,
62 API_ID_PPP_MESSAGING, 63 API_ID_PPP_MESSAGING,
63 API_ID_PPP_MOUSE_LOCK, 64 API_ID_PPP_MOUSE_LOCK,
64 API_ID_PPP_PRINTING, 65 API_ID_PPP_PRINTING,
65 API_ID_PPP_TEXT_INPUT, 66 API_ID_PPP_TEXT_INPUT,
66 API_ID_PPP_VIDEO_CAPTURE_DEV, 67 API_ID_PPP_VIDEO_CAPTURE_DEV,
67 API_ID_PPP_VIDEO_DECODER_DEV, 68 API_ID_PPP_VIDEO_DECODER_DEV,
68 69
69 API_ID_RESOURCE_CREATION, 70 API_ID_RESOURCE_CREATION,
70 71
71 // Must be last to indicate the number of interface IDs. 72 // Must be last to indicate the number of interface IDs.
72 API_ID_COUNT 73 API_ID_COUNT
73 }; 74 };
74 75
75 } // namespace ppapi 76 } // namespace ppapi
76 77
77 #endif // PPAPI_SHARED_IMPL_API_ID_H_ 78 #endif // PPAPI_SHARED_IMPL_API_ID_H_
OLDNEW
« no previous file with comments | « ppapi/proxy/resource_creation_proxy.cc ('k') | ppapi/shared_impl/private/ppb_x509_certificate_private_shared.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698