| Index: ppapi/native_client/src/trusted/plugin/plugin.h
|
| diff --git a/ppapi/native_client/src/trusted/plugin/plugin.h b/ppapi/native_client/src/trusted/plugin/plugin.h
|
| index f3831d60730625e3ac8917d8e223b106d8bdcf94..12a80d06747a49bbf71ca5d80b3eb1cbd8ad577e 100644
|
| --- a/ppapi/native_client/src/trusted/plugin/plugin.h
|
| +++ b/ppapi/native_client/src/trusted/plugin/plugin.h
|
| @@ -204,7 +204,6 @@ class Plugin : public pp::Instance {
|
| Manifest const* manifest() const { return manifest_.get(); }
|
| const pp::URLUtil_Dev* url_util() const { return url_util_; }
|
|
|
| - int exit_status() const { return exit_status_; }
|
| // set_exit_status may be called off the main thread.
|
| void set_exit_status(int exit_status);
|
|
|
|
|