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

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

Issue 133073005: Trusted plugin: Break up InitCommunication(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 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 78c781b1941545c8a203b08208080eb71770c01c..80b496b6a9190db8513cec9fc9247a856e5127a7 100644
--- a/ppapi/native_client/src/trusted/plugin/service_runtime.h
+++ b/ppapi/native_client/src/trusted/plugin/service_runtime.h
@@ -276,7 +276,9 @@ class ServiceRuntime {
private:
NACL_DISALLOW_COPY_AND_ASSIGN(ServiceRuntime);
- bool InitCommunication(nacl::DescWrapper* shm, ErrorInfo* error_info);
+ bool LoadModule(nacl::DescWrapper* shm, ErrorInfo* error_info);
+ bool InitReverseService(ErrorInfo* error_info);
+ bool StartModule(ErrorInfo* error_info);
NaClSrpcChannel command_channel_;
Plugin* plugin_;

Powered by Google App Engine
This is Rietveld 408576698