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

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

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/nacl_switches.cc ('k') | components/nacl/common/pnacl_types.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl/common/pnacl_types.h
diff --git a/components/nacl/common/pnacl_types.h b/components/nacl/common/pnacl_types.h
index a7e269d063647315d1cb014cd585ec39dacedf8c..fdebd58a45fc9a73cadd45d1ae6905349b7bc571 100644
--- a/components/nacl/common/pnacl_types.h
+++ b/components/nacl/common/pnacl_types.h
@@ -27,6 +27,7 @@ struct PnaclCacheInfo {
base::Time last_modified;
std::string etag;
bool has_no_store_header;
+ bool use_subzero;
std::string sandbox_isa;
std::string extra_flags;
};
« no previous file with comments | « components/nacl/common/nacl_switches.cc ('k') | components/nacl/common/pnacl_types.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698