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

Unified Diff: ppapi/native_client/src/trusted/plugin/plugin.h

Issue 332333003: Remove redundant use_nonsfi_mode from SelLdrStartParams. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ppapi/native_client/src/trusted/plugin/plugin.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/native_client/src/trusted/plugin/plugin.h
diff --git a/ppapi/native_client/src/trusted/plugin/plugin.h b/ppapi/native_client/src/trusted/plugin/plugin.h
index 74ec1a8f15b830a03eda42bd6185c2b1e5b33993..dbfcac61faf2b254e346414451035ff4cd46b5e6 100644
--- a/ppapi/native_client/src/trusted/plugin/plugin.h
+++ b/ppapi/native_client/src/trusted/plugin/plugin.h
@@ -141,11 +141,12 @@ class Plugin : public pp::Instance {
void HistogramTimeSmall(const std::string& name, int64_t ms);
// Load a nacl module from the file specified in file_handle.
- // Only to be used from a background (non-main) thread.
- // This will fully initialize the |subprocess| if the load was successful.
- bool LoadNaClModuleFromBackgroundThread(PP_FileHandle file_handle,
- NaClSubprocess* subprocess,
- const SelLdrStartParams& params);
+ // Only to be used from a background (non-main) thread for the PNaCl
+ // translator. This will fully initialize the |subprocess| if the load was
+ // successful.
+ bool LoadHelperNaClModule(PP_FileHandle file_handle,
+ NaClSubprocess* subprocess,
+ const SelLdrStartParams& params);
// Start sel_ldr from the main thread, given the start params.
// |pp_error| is set by CallOnMainThread (should be PP_OK).
« no previous file with comments | « no previous file | ppapi/native_client/src/trusted/plugin/plugin.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698