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

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: Added tests. 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
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;

Powered by Google App Engine
This is Rietveld 408576698