Chromium Code Reviews| Index: net/http/http_response_info.h |
| diff --git a/net/http/http_response_info.h b/net/http/http_response_info.h |
| index c82dd07213e999cb08f11e89b2f048e93605f3b6..464462b337c7d3554c63c081b6fae54b228f1dda 100644 |
| --- a/net/http/http_response_info.h |
| +++ b/net/http/http_response_info.h |
| @@ -64,6 +64,10 @@ class NET_EXPORT HttpResponseInfo { |
| // was unable to contact the server. |
| bool server_data_unavailable; |
| + // True if the request was verified from the network, either by |
| + // direct load or by confirming the current cached copy is good. |
|
rvargas (doing something else)
2013/04/08 19:11:52
This comment is stale. This is not about verificat
Randy Smith (Not in Mondays)
2013/04/08 21:03:11
Done.
|
| + bool network_accessed; |
| + |
| // True if the request was fetched over a SPDY channel. |
| bool was_fetched_via_spdy; |