| 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.
|
|
|