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

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/browser_ppp.h

Issue 7741036: NaCl PPAPI Proxy: wrap up with crash detection. Clean-up handling code to skip remote shutdown ca... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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/shared/ppapi_proxy/browser_ppp.h
===================================================================
--- ppapi/native_client/src/shared/ppapi_proxy/browser_ppp.h (revision 98327)
+++ ppapi/native_client/src/shared/ppapi_proxy/browser_ppp.h (working copy)
@@ -75,6 +75,8 @@
int plugin_pid() const { return plugin_pid_; }
plugin::Plugin* plugin() { return plugin_; }
+ void ReportDeadNexe() { is_nexe_alive_ = false; }
+
private:
// The "main" SRPC channel used to communicate with the plugin.
// NULL if proxy has been shut down.

Powered by Google App Engine
This is Rietveld 408576698