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

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

Issue 163433015: Add sandbox ISA and extra compile flag fields to PNaCl translation cache key (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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
Index: components/nacl/common/pnacl_types.h
diff --git a/components/nacl/common/pnacl_types.h b/components/nacl/common/pnacl_types.h
index b897a195b0968b5a2e7fa72f331506a99a5f5165..a7e269d063647315d1cb014cd585ec39dacedf8c 100644
--- a/components/nacl/common/pnacl_types.h
+++ b/components/nacl/common/pnacl_types.h
@@ -27,6 +27,8 @@ struct PnaclCacheInfo {
base::Time last_modified;
std::string etag;
bool has_no_store_header;
+ std::string sandbox_isa;
+ std::string extra_flags;
};
} // namespace nacl

Powered by Google App Engine
This is Rietveld 408576698