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

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

Issue 332463003: Pepper: Remove LOAD_MODULE SRPC call in SFI mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add comment to forward declaration Created 6 years, 5 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
Index: ppapi/native_client/src/trusted/plugin/service_runtime.h
diff --git a/ppapi/native_client/src/trusted/plugin/service_runtime.h b/ppapi/native_client/src/trusted/plugin/service_runtime.h
index e3facc687583f9b3dabf130bc1043039b7053b2e..1b24ff5922c4098cdca9fd47ff7c66c9c3aea441 100644
--- a/ppapi/native_client/src/trusted/plugin/service_runtime.h
+++ b/ppapi/native_client/src/trusted/plugin/service_runtime.h
@@ -178,11 +178,10 @@ class ServiceRuntime {
// successfully or unsuccessfully).
void SignalNexeStarted(bool ok);
- // Establish an SrpcClient to the sel_ldr instance and load the nexe.
- // The nexe to be started is passed through |file_info|.
+ // Establish an SrpcClient to the sel_ldr instance and start the nexe.
// This function must be called on the main thread.
// This function must only be called once.
- void LoadNexeAndStart(PP_NaClFileInfo file_info);
+ void StartNexe();
// Starts the application channel to the nexe.
SrpcClient* SetupAppChannel();
@@ -204,11 +203,10 @@ class ServiceRuntime {
private:
NACL_DISALLOW_COPY_AND_ASSIGN(ServiceRuntime);
- bool LoadNexeAndStartInternal(const PP_NaClFileInfo& file_info);
+ bool StartNexeInternal();
bool SetupCommandChannel();
bool InitReverseService();
- bool LoadModule(const PP_NaClFileInfo& file_info);
bool StartModule();
void ReapLogs();
« no previous file with comments | « ppapi/native_client/src/trusted/plugin/plugin.cc ('k') | ppapi/native_client/src/trusted/plugin/service_runtime.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698