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

Unified Diff: ppapi/api/private/ppb_nacl_private.idl

Issue 484783002: Pepper: Report NaCl exit status over Chromium IPC. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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/api/private/ppb_nacl_private.idl
diff --git a/ppapi/api/private/ppb_nacl_private.idl b/ppapi/api/private/ppb_nacl_private.idl
index 8d9038c36c1e404af2b3628c6e628e8701a863aa..cb5cc4e06a55f87208e8f1fa871fbdb67293ca87 100644
--- a/ppapi/api/private/ppb_nacl_private.idl
+++ b/ppapi/api/private/ppb_nacl_private.idl
@@ -301,13 +301,6 @@ interface PPB_NaCl_Private {
/* Returns the NaCl readiness status for this instance. */
PP_NaClReadyState GetNaClReadyState([in] PP_Instance instance);
- /* Returns the exit status of the plugin process. */
- int32_t GetExitStatus([in] PP_Instance instance);
-
- /* Sets the exit status of the plugin process. */
- void SetExitStatus([in] PP_Instance instance,
- [in] int32_t exit_status);
-
/* Logs the message via VLOG. */
void Vlog([in] str_t message);

Powered by Google App Engine
This is Rietveld 408576698