| Index: net/http/http_response_info.h
|
| diff --git a/net/http/http_response_info.h b/net/http/http_response_info.h
|
| index c4ba2bd70a17d2577fbfdeb367d0cbe6b313f8fa..c82dd07213e999cb08f11e89b2f048e93605f3b6 100644
|
| --- a/net/http/http_response_info.h
|
| +++ b/net/http/http_response_info.h
|
| @@ -59,6 +59,11 @@ class NET_EXPORT HttpResponseInfo {
|
| // when reloading previously visited pages (without going over the network).
|
| bool was_cached;
|
|
|
| + // True if the request was fetched from cache rather than the network
|
| + // because of a LOAD_FROM_CACHE_IF_OFFLINE flag when the system
|
| + // was unable to contact the server.
|
| + bool server_data_unavailable;
|
| +
|
| // True if the request was fetched over a SPDY channel.
|
| bool was_fetched_via_spdy;
|
|
|
|
|