| Index: chrome/renderer/pepper/ppb_nacl_private_impl.cc
|
| diff --git a/chrome/renderer/pepper/ppb_nacl_private_impl.cc b/chrome/renderer/pepper/ppb_nacl_private_impl.cc
|
| index 00a3b2cb61990f7b32f68acfc9f3db54aa87c802..967ea6d9283f419be1ed31a2386a635d1a06c9cf 100644
|
| --- a/chrome/renderer/pepper/ppb_nacl_private_impl.cc
|
| +++ b/chrome/renderer/pepper/ppb_nacl_private_impl.cc
|
| @@ -258,6 +258,7 @@ int32_t GetNexeFd(PP_Instance instance,
|
| 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) {
|
| @@ -280,6 +281,7 @@ int32_t GetNexeFd(PP_Instance instance,
|
| 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),
|
|
|