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

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

Issue 23819033: Simplify PPB_NetworkMonitor proxy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix compilation after r169825 Created 7 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 | Annotate | Revision Log
« no previous file with comments | « ppapi/proxy/serialized_structs.cc ('k') | ppapi/shared_impl/ppb_network_list_private_shared.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 #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 17 matching lines...) Expand all
28 API_ID_PPB_FLASH_FONTFILE, 28 API_ID_PPB_FLASH_FONTFILE,
29 API_ID_PPB_FLASH_MENU, 29 API_ID_PPB_FLASH_MENU,
30 API_ID_PPB_FLASH_MESSAGELOOP, 30 API_ID_PPB_FLASH_MESSAGELOOP,
31 API_ID_PPB_FONT, 31 API_ID_PPB_FONT,
32 API_ID_PPB_GRAPHICS_2D, 32 API_ID_PPB_GRAPHICS_2D,
33 API_ID_PPB_GRAPHICS_3D, 33 API_ID_PPB_GRAPHICS_3D,
34 API_ID_PPB_HOSTRESOLVER_PRIVATE, 34 API_ID_PPB_HOSTRESOLVER_PRIVATE,
35 API_ID_PPB_IMAGE_DATA, 35 API_ID_PPB_IMAGE_DATA,
36 API_ID_PPB_INSTANCE, 36 API_ID_PPB_INSTANCE,
37 API_ID_PPB_INSTANCE_PRIVATE, 37 API_ID_PPB_INSTANCE_PRIVATE,
38 API_ID_PPB_NETWORKMANAGER_PRIVATE,
39 API_ID_PPB_OPENGLES2, 38 API_ID_PPB_OPENGLES2,
40 API_ID_PPB_PDF, 39 API_ID_PPB_PDF,
41 API_ID_PPB_SURFACE_3D, 40 API_ID_PPB_SURFACE_3D,
42 API_ID_PPB_TALK, 41 API_ID_PPB_TALK,
43 API_ID_PPB_TESTING, 42 API_ID_PPB_TESTING,
44 API_ID_PPB_TEXT_INPUT, 43 API_ID_PPB_TEXT_INPUT,
45 API_ID_PPB_URL_RESPONSE_INFO, 44 API_ID_PPB_URL_RESPONSE_INFO,
46 API_ID_PPB_VAR_ARRAY_BUFFER, 45 API_ID_PPB_VAR_ARRAY_BUFFER,
47 API_ID_PPB_VAR_DEPRECATED, 46 API_ID_PPB_VAR_DEPRECATED,
48 API_ID_PPB_VIDEO_CAPTURE_DEV, 47 API_ID_PPB_VIDEO_CAPTURE_DEV,
(...skipping 17 matching lines...) Expand all
66 65
67 API_ID_RESOURCE_CREATION, 66 API_ID_RESOURCE_CREATION,
68 67
69 // Must be last to indicate the number of interface IDs. 68 // Must be last to indicate the number of interface IDs.
70 API_ID_COUNT 69 API_ID_COUNT
71 }; 70 };
72 71
73 } // namespace ppapi 72 } // namespace ppapi
74 73
75 #endif // PPAPI_SHARED_IMPL_API_ID_H_ 74 #endif // PPAPI_SHARED_IMPL_API_ID_H_
OLDNEW
« no previous file with comments | « ppapi/proxy/serialized_structs.cc ('k') | ppapi/shared_impl/ppb_network_list_private_shared.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698