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

Side by Side Diff: ppapi/c/private/ppb_nacl_private.h

Issue 261143002: Pepper: Remove file_utils from trusted plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 6 years, 7 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) 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 private/ppb_nacl_private.idl modified Mon May 5 10:57:38 2014. */ 6 /* From private/ppb_nacl_private.idl modified Mon May 5 13:49:42 2014. */
7 7
8 #ifndef PPAPI_C_PRIVATE_PPB_NACL_PRIVATE_H_ 8 #ifndef PPAPI_C_PRIVATE_PPB_NACL_PRIVATE_H_
9 #define PPAPI_C_PRIVATE_PPB_NACL_PRIVATE_H_ 9 #define PPAPI_C_PRIVATE_PPB_NACL_PRIVATE_H_
10 10
11 #include "ppapi/c/pp_bool.h" 11 #include "ppapi/c/pp_bool.h"
12 #include "ppapi/c/pp_completion_callback.h" 12 #include "ppapi/c/pp_completion_callback.h"
13 #include "ppapi/c/pp_instance.h" 13 #include "ppapi/c/pp_instance.h"
14 #include "ppapi/c/pp_macros.h" 14 #include "ppapi/c/pp_macros.h"
15 #include "ppapi/c/pp_stdint.h" 15 #include "ppapi/c/pp_stdint.h"
16 #include "ppapi/c/pp_var.h" 16 #include "ppapi/c/pp_var.h"
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 PP_Bool (*GetManifestProgramURL)(PP_Instance instance, 416 PP_Bool (*GetManifestProgramURL)(PP_Instance instance,
417 int32_t manifest_id, 417 int32_t manifest_id,
418 struct PP_Var* full_url, 418 struct PP_Var* full_url,
419 struct PP_PNaClOptions* pnacl_options, 419 struct PP_PNaClOptions* pnacl_options,
420 PP_Bool* uses_nonsfi_mode); 420 PP_Bool* uses_nonsfi_mode);
421 PP_Bool (*ManifestResolveKey)(PP_Instance instance, 421 PP_Bool (*ManifestResolveKey)(PP_Instance instance,
422 int32_t manifest_id, 422 int32_t manifest_id,
423 const char* key, 423 const char* key,
424 struct PP_Var* full_url, 424 struct PP_Var* full_url,
425 struct PP_PNaClOptions* pnacl_options); 425 struct PP_PNaClOptions* pnacl_options);
426 /* Returns the filenames for the llc and ld tools, parsing that information
427 * from the file given in |filename|.
428 */
429 PP_Bool (*GetPnaclResourceInfo)(PP_Instance instance,
430 const char* filename,
431 struct PP_Var* llc_tool_name,
432 struct PP_Var* ld_tool_name);
426 }; 433 };
427 434
428 typedef struct PPB_NaCl_Private_1_0 PPB_NaCl_Private; 435 typedef struct PPB_NaCl_Private_1_0 PPB_NaCl_Private;
429 /** 436 /**
430 * @} 437 * @}
431 */ 438 */
432 439
433 #endif /* PPAPI_C_PRIVATE_PPB_NACL_PRIVATE_H_ */ 440 #endif /* PPAPI_C_PRIVATE_PPB_NACL_PRIVATE_H_ */
434 441
OLDNEW
« no previous file with comments | « ppapi/api/private/ppb_nacl_private.idl ('k') | ppapi/native_client/src/trusted/plugin/file_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698