| Index: ppapi/native_client/src/trusted/plugin/pnacl_coordinator.cc
|
| diff --git a/ppapi/native_client/src/trusted/plugin/pnacl_coordinator.cc b/ppapi/native_client/src/trusted/plugin/pnacl_coordinator.cc
|
| index 1a29c702fdbfcebc25f15c443297a4977376208f..f4d30bfd0bad156a54a3356de3b3c1217f8501c3 100644
|
| --- a/ppapi/native_client/src/trusted/plugin/pnacl_coordinator.cc
|
| +++ b/ppapi/native_client/src/trusted/plugin/pnacl_coordinator.cc
|
| @@ -521,6 +521,7 @@ void PnaclCoordinator::BitcodeStreamDidOpen(int32_t pp_error) {
|
| pnacl_options_.opt_level(),
|
| parser.GetHeader("last-modified").c_str(),
|
| parser.GetHeader("etag").c_str(),
|
| + PP_FromBool(parser.CacheControlNoStore()),
|
| &is_cache_hit_,
|
| temp_nexe_file_->existing_handle(),
|
| cb.pp_completion_callback());
|
|
|