| Index: net/http/http_response_info.h
|
| diff --git a/net/http/http_response_info.h b/net/http/http_response_info.h
|
| index df3e3004d62185b9d00b55182643234c90582a09..a7a35f93ef3e61157748870a5173afa838d2e68f 100644
|
| --- a/net/http/http_response_info.h
|
| +++ b/net/http/http_response_info.h
|
| @@ -95,6 +95,10 @@ class NET_EXPORT HttpResponseInfo {
|
| // Whether the request use http proxy or server authentication.
|
| bool did_use_http_auth;
|
|
|
| + // True if the resource was originally fetched for a prefetch and has not been
|
| + // used since.
|
| + bool unused_since_prefetch;
|
| +
|
| // Remote address of the socket which fetched this resource.
|
| //
|
| // NOTE: If the response was served from the cache (was_cached is true),
|
|
|