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

Unified Diff: components/nacl/renderer/plugin/module_ppapi.h

Issue 1651583002: NaCl cleanup: Remove now-unneeded initialisation of NaCl libraries (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix problem that caused revert last time Created 4 years, 11 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
« no previous file with comments | « components/nacl/renderer/plugin/DEPS ('k') | components/nacl/renderer/plugin/module_ppapi.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
};
« no previous file with comments | « components/nacl/renderer/plugin/DEPS ('k') | components/nacl/renderer/plugin/module_ppapi.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698