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

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

Issue 23684032: Revert 221275 "Handle cache-control:no-store header in PNaCl tra..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 3 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 | « trunk/src/components/nacl/common/pnacl_types.h ('k') | trunk/src/ppapi/api/private/ppb_nacl_private.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/components/nacl/common/pnacl_types.cc
===================================================================
--- trunk/src/components/nacl/common/pnacl_types.cc (revision 221280)
+++ trunk/src/components/nacl/common/pnacl_types.cc (working copy)
@@ -6,8 +6,7 @@
namespace nacl {
-PnaclCacheInfo::PnaclCacheInfo()
- : abi_version(0), opt_level(0), has_no_store_header(0) {}
+PnaclCacheInfo::PnaclCacheInfo() {}
PnaclCacheInfo::~PnaclCacheInfo() {}
// static
« no previous file with comments | « trunk/src/components/nacl/common/pnacl_types.h ('k') | trunk/src/ppapi/api/private/ppb_nacl_private.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698