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

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

Issue 484783002: Pepper: Report NaCl exit status over Chromium IPC. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes for mseaborn 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/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 dc7033052b93eec7fa3c0357244e833fb59d93c9..2b9272754e89146edb622eb8531617bd7b67aca1 100644
--- a/ppapi/native_client/src/trusted/plugin/service_runtime.h
+++ b/ppapi/native_client/src/trusted/plugin/service_runtime.h
@@ -190,13 +190,6 @@ class ServiceRuntime {
Plugin* plugin() const { return plugin_; }
void Shutdown();
- // exit_status is -1 when invalid; when we set it, we will ensure
- // that it is non-negative (the portion of the exit status from the
- // nexe that is transferred is the low 8 bits of the argument to the
- // exit syscall).
- int exit_status(); // const, but grabs mutex etc.
- void set_exit_status(int exit_status);
-
bool main_service_runtime() const { return main_service_runtime_; }
private:

Powered by Google App Engine
This is Rietveld 408576698