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

Side by Side Diff: ppapi/c/trusted/ppb_file_chooser_trusted.h

Issue 8983022: Tweak the PPAPI IDL generator to wrap the generated-from comment if necessary. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 11 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 trusted/ppb_file_chooser_trusted.idl modified Tue Oct 11 11:43:26 2011. */ 6 /* From trusted/ppb_file_chooser_trusted.idl,
7 * modified Tue Jan 3 05:59:06 2012. */
7 8
8 #ifndef PPAPI_C_TRUSTED_PPB_FILE_CHOOSER_TRUSTED_H_ 9 #ifndef PPAPI_C_TRUSTED_PPB_FILE_CHOOSER_TRUSTED_H_
9 #define PPAPI_C_TRUSTED_PPB_FILE_CHOOSER_TRUSTED_H_ 10 #define PPAPI_C_TRUSTED_PPB_FILE_CHOOSER_TRUSTED_H_
10 11
11 #include "ppapi/c/pp_bool.h" 12 #include "ppapi/c/pp_bool.h"
12 #include "ppapi/c/pp_completion_callback.h" 13 #include "ppapi/c/pp_completion_callback.h"
13 #include "ppapi/c/pp_macros.h" 14 #include "ppapi/c/pp_macros.h"
14 #include "ppapi/c/pp_resource.h" 15 #include "ppapi/c/pp_resource.h"
15 #include "ppapi/c/pp_stdint.h" 16 #include "ppapi/c/pp_stdint.h"
16 #include "ppapi/c/pp_var.h" 17 #include "ppapi/c/pp_var.h"
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 PP_Bool save_as, 52 PP_Bool save_as,
52 struct PP_Var suggested_file_name, 53 struct PP_Var suggested_file_name,
53 struct PP_CompletionCallback callback); 54 struct PP_CompletionCallback callback);
54 }; 55 };
55 /** 56 /**
56 * @} 57 * @}
57 */ 58 */
58 59
59 #endif /* PPAPI_C_TRUSTED_PPB_FILE_CHOOSER_TRUSTED_H_ */ 60 #endif /* PPAPI_C_TRUSTED_PPB_FILE_CHOOSER_TRUSTED_H_ */
60 61
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698