| 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),
|
|
|