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

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

Issue 23458015: Handle cache-control:no-store header in PNaCl translation cache (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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 3fc405a980da7186191c61c14c7a787f3c8ab5c0..d1a12c86b07462fab7a30f8e09c0b353a2cb768a 100644
--- a/components/nacl/common/pnacl_types.h
+++ b/components/nacl/common/pnacl_types.h
@@ -27,6 +27,7 @@ struct PnaclCacheInfo {
int opt_level;
base::Time last_modified;
std::string etag;
+ bool has_no_store_header;
dmichael (off chromium) 2013/09/03 19:04:05 should you also add initialization for this in the
Derek Schuff 2013/09/03 22:14:52 Done.
};
// Progress information for PNaCl on-demand installs.

Powered by Google App Engine
This is Rietveld 408576698