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

Side by Side Diff: ppapi/generators/test_cgen_range/dev_channel_interface.h

Issue 231243002: PPAPI: Move some of NexeFileDidOpen to NexeLoadManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix crash Created 6 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
« no previous file with comments | « ppapi/generators/idl_c_proto.py ('k') | ppapi/generators/test_cgen_range/versions.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 2013 The Chromium Authors. All rights reserved. 1 /* Copyright 2013 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 5
6 /* From test_cgen_range/dev_channel_interface.idl, 6 /* From test_cgen_range/dev_channel_interface.idl,
7 * modified Tue Dec 3 14:58:15 2013. 7 * modified Tue Dec 3 14:58:15 2013.
8 */ 8 */
9 9
10 #ifndef PPAPI_C_TEST_CGEN_RANGE_DEV_CHANNEL_INTERFACE_H_ 10 #ifndef PPAPI_C_TEST_CGEN_RANGE_DEV_CHANNEL_INTERFACE_H_
11 #define PPAPI_C_TEST_CGEN_RANGE_DEV_CHANNEL_INTERFACE_H_ 11 #define PPAPI_C_TEST_CGEN_RANGE_DEV_CHANNEL_INTERFACE_H_
12 12
13 #include "ppapi/c/pp_macros.h" 13 #include "ppapi/c/pp_macros.h"
14 #include "ppapi/c/test_cgen_range/versions.h"
15 14
16 #define TESTDEV_INTERFACE_1_0 "TestDev;1.0" 15 #define TESTDEV_INTERFACE_1_0 "TestDev;1.0"
17 #define TESTDEV_INTERFACE_1_2 "TestDev;1.2" 16 #define TESTDEV_INTERFACE_1_2 "TestDev;1.2"
18 #define TESTDEV_INTERFACE_1_3 "TestDev;1.3" /* dev */ 17 #define TESTDEV_INTERFACE_1_3 "TestDev;1.3" /* dev */
19 #define TESTDEV_INTERFACE TESTDEV_INTERFACE_1_2 18 #define TESTDEV_INTERFACE TESTDEV_INTERFACE_1_2
20 19
21 #define TESTDEVTOSTABLE_INTERFACE_1_0 "TestDevToStable;1.0" 20 #define TESTDEVTOSTABLE_INTERFACE_1_0 "TestDevToStable;1.0"
22 #define TESTDEVTOSTABLE_INTERFACE_1_1 "TestDevToStable;1.1" /* dev */ 21 #define TESTDEVTOSTABLE_INTERFACE_1_1 "TestDevToStable;1.1" /* dev */
23 #define TESTDEVTOSTABLE_INTERFACE_1_2 "TestDevToStable;1.2" 22 #define TESTDEVTOSTABLE_INTERFACE_1_2 "TestDevToStable;1.2"
24 #define TESTDEVTOSTABLE_INTERFACE TESTDEVTOSTABLE_INTERFACE_1_2 23 #define TESTDEVTOSTABLE_INTERFACE TESTDEVTOSTABLE_INTERFACE_1_2
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 void (*Foo)(int32_t x); 92 void (*Foo)(int32_t x);
94 void (*Bar)(int32_t x); 93 void (*Bar)(int32_t x);
95 void (*Baz)(int32_t x); 94 void (*Baz)(int32_t x);
96 }; 95 };
97 /** 96 /**
98 * @} 97 * @}
99 */ 98 */
100 99
101 #endif /* PPAPI_C_TEST_CGEN_RANGE_DEV_CHANNEL_INTERFACE_H_ */ 100 #endif /* PPAPI_C_TEST_CGEN_RANGE_DEV_CHANNEL_INTERFACE_H_ */
102 101
OLDNEW
« no previous file with comments | « ppapi/generators/idl_c_proto.py ('k') | ppapi/generators/test_cgen_range/versions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698