| Index: components/nacl/renderer/plugin/module_ppapi.h
|
| diff --git a/components/nacl/renderer/plugin/module_ppapi.h b/components/nacl/renderer/plugin/module_ppapi.h
|
| index 5901b4791725287fc9e1bc7c8b8d9f2de70a2421..18fd825dd2e5f834ddf8a1c0903533afd52c54b0 100644
|
| --- a/components/nacl/renderer/plugin/module_ppapi.h
|
| +++ b/components/nacl/renderer/plugin/module_ppapi.h
|
| @@ -23,7 +23,6 @@ class ModulePpapi : public pp::Module {
|
| pp::Instance* CreateInstance(PP_Instance pp_instance) override;
|
|
|
| private:
|
| - bool init_was_successful_;
|
| const PPB_NaCl_Private* private_interface_;
|
| };
|
|
|
|
|