Chromium Code Reviews| 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; |
| }; |
| // Progress information for PNaCl on-demand installs. |