Index: net/http/http_response_info.h |
diff --git a/net/http/http_response_info.h b/net/http/http_response_info.h |
index f5f1c2425d9250007a7237689110e6bace033d5c..3988fe96fcbafe398631e22a315c78567009a811 100644 |
--- a/net/http/http_response_info.h |
+++ b/net/http/http_response_info.h |
@@ -48,6 +48,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 was_cache_override; |
+ |
// True if the request was fetched over a SPDY channel. |
bool was_fetched_via_spdy; |