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

Unified Diff: trunk/src/chrome/renderer/pepper/ppb_nacl_private_impl.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
Index: trunk/src/chrome/renderer/pepper/ppb_nacl_private_impl.cc
===================================================================
--- trunk/src/chrome/renderer/pepper/ppb_nacl_private_impl.cc (revision 221280)
+++ trunk/src/chrome/renderer/pepper/ppb_nacl_private_impl.cc (working copy)
@@ -258,7 +258,6 @@
uint32_t opt_level,
const char* last_modified,
const char* etag,
- PP_Bool has_no_store_header,
PP_Bool* is_hit,
PP_FileHandle* handle,
struct PP_CompletionCallback callback) {
@@ -281,7 +280,6 @@
cache_info.opt_level = opt_level;
cache_info.last_modified = last_modified_time;
cache_info.etag = std::string(etag);
- cache_info.has_no_store_header = PP_ToBool(has_no_store_header);
g_pnacl_resource_host.Get()->RequestNexeFd(
GetRoutingID(instance),
« no previous file with comments | « trunk/src/chrome/browser/nacl_host/pnacl_host_unittest.cc ('k') | trunk/src/components/nacl/common/nacl_host_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698