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

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppp_rpc.h

Issue 9015040: NaCl: Remove getpid() calls from the PPAPI proxy (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Copyright Created 8 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/shared/ppapi_proxy/trusted/srpcgen/ppp_rpc.h
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppp_rpc.h b/ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppp_rpc.h
index 711a82b381a05681fd7fef7f01833ebff0e3965e..47d2fb17ad53b1c60246ec2faa4e1e2d353e2066 100644
--- a/ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppp_rpc.h
+++ b/ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppp_rpc.h
@@ -37,11 +37,9 @@ class PppRpcClient {
public:
static NaClSrpcError PPP_InitializeModule(
NaClSrpcChannel* channel,
- int32_t pid,
PP_Module module,
NaClSrpcImcDescType upcall_channel_desc,
const char* service_description,
- int32_t* nacl_pid,
int32_t* success);
static NaClSrpcError PPP_ShutdownModule(
NaClSrpcChannel* channel);

Powered by Google App Engine
This is Rietveld 408576698