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

Side by Side Diff: ppapi/c/pp_macros.h

Issue 113363004: PPAPI: Add new PPB_FileRef.MakeDirectory to support exclusive operation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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 5
6 /* From pp_macros.idl modified Wed Mar 6 13:04:56 2013. */ 6 /* From pp_macros.idl modified Wed Mar 6 13:04:56 2013. */
7 7
8 #ifndef PPAPI_C_PP_MACROS_H_ 8 #ifndef PPAPI_C_PP_MACROS_H_
9 #define PPAPI_C_PP_MACROS_H_ 9 #define PPAPI_C_PP_MACROS_H_
10 10
11 11
12 #define PPAPI_RELEASE 33 12 #define PPAPI_RELEASE 34
13 13
14 /** 14 /**
15 * @file 15 * @file
16 * Defines the common macros such as assert, inline, ... 16 * Defines the common macros such as assert, inline, ...
17 */ 17 */
18 18
19 19
20 20
21 /* 21 /*
22 * @addtogroup PP 22 * @addtogroup PP
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 # define PP_ALLOW_THIS_IN_INITIALIZER_LIST(code) code 111 # define PP_ALLOW_THIS_IN_INITIALIZER_LIST(code) code
112 #endif 112 #endif
113 113
114 /** 114 /**
115 * @} 115 * @}
116 * End of addtogroup PP 116 * End of addtogroup PP
117 */ 117 */
118 118
119 #endif /* PPAPI_C_PP_MACROS_H_ */ 119 #endif /* PPAPI_C_PP_MACROS_H_ */
120 120
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698