| 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 ce6df11287d4db966732459b86a07a4cdc700a9d..dcf7baf06e4b098c047f937df13337598e9b1bff 100644
|
| --- a/ppapi/native_client/src/trusted/plugin/plugin.h
|
| +++ b/ppapi/native_client/src/trusted/plugin/plugin.h
|
| @@ -317,6 +317,8 @@ class Plugin : public pp::InstancePrivate {
|
| return main_service_runtime()->exit_status();
|
| }
|
|
|
| + const PPB_NaCl_Private* nacl_interface() { return nacl_interface_; }
|
| +
|
| private:
|
| NACL_DISALLOW_COPY_AND_ASSIGN(Plugin);
|
| // Prevent construction and destruction from outside the class:
|
|
|