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

Unified Diff: components/nacl/common/pnacl_types.cc

Issue 1005173006: Add a switch for using PNaCl Subzero and use it for -O0 translation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix takefileinfo Created 5 years, 9 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/common/pnacl_types.h ('k') | components/nacl/renderer/plugin/plugin.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl/common/pnacl_types.cc
diff --git a/components/nacl/common/pnacl_types.cc b/components/nacl/common/pnacl_types.cc
index b8e85d9b30e8a9f337f2f914a8b764eaa2e7b067..49c4659e95d5ff4632e58353e41940e361d3de6e 100644
--- a/components/nacl/common/pnacl_types.cc
+++ b/components/nacl/common/pnacl_types.cc
@@ -7,7 +7,8 @@
namespace nacl {
PnaclCacheInfo::PnaclCacheInfo()
- : abi_version(0), opt_level(0), has_no_store_header(0) {}
+ : abi_version(0), opt_level(0), has_no_store_header(0), use_subzero(false) {
+}
PnaclCacheInfo::~PnaclCacheInfo() {}
} // namespace nacl
« no previous file with comments | « components/nacl/common/pnacl_types.h ('k') | components/nacl/renderer/plugin/plugin.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698