| Index: components/precache/core/precache_fetcher.cc
|
| diff --git a/components/precache/core/precache_fetcher.cc b/components/precache/core/precache_fetcher.cc
|
| index 65d598a2de8336fd905bcdd8bde35c94e7c2a47a..23c51cc9eb3899d88eb81c08c6890cbf83b41abc 100644
|
| --- a/components/precache/core/precache_fetcher.cc
|
| +++ b/components/precache/core/precache_fetcher.cc
|
| @@ -190,7 +190,7 @@ void PrecacheFetcher::Fetcher::OnURLFetchComplete(const URLFetcher* source) {
|
| if (fetch_stage_ == FetchStage::CACHE &&
|
| (source->GetStatus().error() == net::ERR_CACHE_MISS ||
|
| (source->GetResponseHeaders() &&
|
| - source->GetResponseHeaders()->HasStrongValidators()))) {
|
| + source->GetResponseHeaders()->HasValidators()))) {
|
| // If the resource was not found in the cache, request it from the
|
| // network.
|
| //
|
|
|