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

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/ppp.srpc

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/ppp.srpc
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/ppp.srpc b/ppapi/native_client/src/shared/ppapi_proxy/ppp.srpc
index 9ce32e1de0d7cb35830cf554896481078816e34a..f97b0739345c1cbb585868ccb6496d2f236d0eff 100644
--- a/ppapi/native_client/src/shared/ppapi_proxy/ppp.srpc
+++ b/ppapi/native_client/src/shared/ppapi_proxy/ppp.srpc
@@ -10,13 +10,11 @@
# PPP_Initialize is called once to initialize the plugin.
# It is effectively a class initializer for the plugin type.
{'name': 'PPP_InitializeModule',
- 'inputs': [['pid', 'int32_t'],
- ['module', 'PP_Module'],
+ 'inputs': [['module', 'PP_Module'],
['upcall_channel_desc', 'handle'],
['service_description', 'string'],
],
- 'outputs': [['nacl_pid', 'int32_t'],
- ['success', 'int32_t'],
+ 'outputs': [['success', 'int32_t'],
]
},
# PPP_ShutdownModule stops the plugin.

Powered by Google App Engine
This is Rietveld 408576698