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

Side by Side Diff: ppapi/native_client/src/trusted/plugin/nacl_entry_points.h

Issue 249183004: Implement open_resource in non-SFI mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase 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 /* 1 /*
2 * Copyright (c) 2012 The Chromium Authors. All rights reserved. 2 * Copyright (c) 2012 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be 3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file. 4 * found in the LICENSE file.
5 */ 5 */
6 6
7 #ifndef NATIVE_CLIENT_SRC_TRUSTED_PLUGIN_NACL_ENTRY_POINTS_H_ 7 #ifndef NATIVE_CLIENT_SRC_TRUSTED_PLUGIN_NACL_ENTRY_POINTS_H_
8 #define NATIVE_CLIENT_SRC_TRUSTED_PLUGIN_NACL_ENTRY_POINTS_H_ 8 #define NATIVE_CLIENT_SRC_TRUSTED_PLUGIN_NACL_ENTRY_POINTS_H_
9 9
10 #include <stddef.h> 10 #include <stddef.h>
(...skipping 10 matching lines...) Expand all
21 typedef PP_ExternalPluginResult (*LaunchNaClProcessFunc)( 21 typedef PP_ExternalPluginResult (*LaunchNaClProcessFunc)(
22 PP_Instance instance, 22 PP_Instance instance,
23 const char* alleged_url, 23 const char* alleged_url,
24 PP_Bool uses_irt, 24 PP_Bool uses_irt,
25 PP_Bool uses_ppapi, 25 PP_Bool uses_ppapi,
26 PP_Bool uses_nonsfi_mode, 26 PP_Bool uses_nonsfi_mode,
27 PP_Bool enable_ppapi_dev, 27 PP_Bool enable_ppapi_dev,
28 PP_Bool enable_dyncode_syscalls, 28 PP_Bool enable_dyncode_syscalls,
29 PP_Bool enable_exception_handling, 29 PP_Bool enable_exception_handling,
30 PP_Bool enable_crash_throttling, 30 PP_Bool enable_crash_throttling,
31 const PP_ManifestService* manifest_service_interface, 31 const PPP_ManifestService* manifest_service_interface,
32 void* manifest_service_user_data, 32 void* manifest_service_user_data,
33 NaClHandle* result_socket, 33 NaClHandle* result_socket,
34 struct PP_Var* error_message, 34 struct PP_Var* error_message,
35 PP_CompletionCallback callback); 35 PP_CompletionCallback callback);
36 36
37 37
38 extern LaunchNaClProcessFunc launch_nacl_process; 38 extern LaunchNaClProcessFunc launch_nacl_process;
39 39
40 #endif // NATIVE_CLIENT_SRC_TRUSTED_PLUGIN_NACL_ENTRY_POINTS_H_ 40 #endif // NATIVE_CLIENT_SRC_TRUSTED_PLUGIN_NACL_ENTRY_POINTS_H_
OLDNEW
« no previous file with comments | « ppapi/nacl_irt/manifest_service.cc ('k') | ppapi/native_client/src/trusted/plugin/sel_ldr_launcher_chrome.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698