Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(656)

Unified Diff: net/http/http_response_info.h

Issue 12886022: Implement offline mode behind a flag (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Setup OfflinePolicy for all started requests. Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/http/http_network_transaction.cc ('k') | net/http/http_response_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_response_info.h
diff --git a/net/http/http_response_info.h b/net/http/http_response_info.h
index e0bb41a03bb7e41cdfdd22b44809b5f05a2a4564..de27825465f7be0092e1b06e115220751e626dbb 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 accessed the network in the process of retrieving
+ // data.
+ bool network_accessed;
+
// True if the request was fetched over a SPDY channel.
bool was_fetched_via_spdy;
« no previous file with comments | « net/http/http_network_transaction.cc ('k') | net/http/http_response_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698