| Index: net/http/http_cache.cc
|
| diff --git a/net/http/http_cache.cc b/net/http/http_cache.cc
|
| index b02ddf02adf0a12669426d13131ce0e33839fe58..72d069c0487089d9796fd837e9f6a7d871c0029e 100644
|
| --- a/net/http/http_cache.cc
|
| +++ b/net/http/http_cache.cc
|
| @@ -230,6 +230,8 @@ void HttpCache::MetadataWriter::Write(const GURL& url,
|
| DCHECK(buf->data());
|
| request_info_.url = url;
|
| request_info_.method = "GET";
|
| +
|
| + // todo (crbug.com/690099): Incorrect usage of LOAD_ONLY_FROM_CACHE.
|
| request_info_.load_flags =
|
| LOAD_ONLY_FROM_CACHE | LOAD_SKIP_CACHE_VALIDATION | LOAD_SKIP_VARY_CHECK;
|
|
|
|
|