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

Side by Side Diff: ppapi/generators/test_cgen_range/versions.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
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 5
6 /* From test_cgen_range/versions.idl modified Wed Nov 21 15:18:23 2012. */ 6 /* From test_cgen_range/versions.idl modified Wed Nov 21 15:18:23 2012. */
7 7
8 #ifndef PPAPI_C_TEST_CGEN_RANGE_VERSIONS_H_ 8 #ifndef PPAPI_C_TEST_CGEN_RANGE_VERSIONS_H_
9 #define PPAPI_C_TEST_CGEN_RANGE_VERSIONS_H_ 9 #define PPAPI_C_TEST_CGEN_RANGE_VERSIONS_H_
10 10
11 #include "ppapi/c/pp_macros.h" 11 #include "ppapi/c/pp_macros.h"
12 #include "ppapi/c/test_cgen_range/dev_channel_interface.h"
12 13
13 #define FOO_INTERFACE_0_0 "Foo;0.0" 14 #define FOO_INTERFACE_0_0 "Foo;0.0"
14 #define FOO_INTERFACE_1_0 "Foo;1.0" 15 #define FOO_INTERFACE_1_0 "Foo;1.0"
15 #define FOO_INTERFACE_2_0 "Foo;2.0" 16 #define FOO_INTERFACE_2_0 "Foo;2.0"
16 #define FOO_INTERFACE FOO_INTERFACE_2_0 17 #define FOO_INTERFACE FOO_INTERFACE_2_0
17 18
18 /** 19 /**
19 * @file 20 * @file
20 * File Comment. */ 21 * File Comment. */
21 22
(...skipping 18 matching lines...) Expand all
40 41
41 struct Foo_1_0 { 42 struct Foo_1_0 {
42 int32_t (*Bar)(int32_t x, int32_t y); 43 int32_t (*Bar)(int32_t x, int32_t y);
43 }; 44 };
44 /** 45 /**
45 * @} 46 * @}
46 */ 47 */
47 48
48 #endif /* PPAPI_C_TEST_CGEN_RANGE_VERSIONS_H_ */ 49 #endif /* PPAPI_C_TEST_CGEN_RANGE_VERSIONS_H_ */
49 50
OLDNEW
« no previous file with comments | « ppapi/generators/test_cgen_range/dev_channel_interface.h ('k') | ppapi/generators/test_cgen_range/versions.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698