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

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 back in removed whitespace. Created 7 years, 9 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..0027d72cea9bf5adb590bb18712f0673555bf96a 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.
+ bool network_verified;
rvargas (doing something else) 2013/04/03 21:48:19 We have two options: 1. Have a signal about networ
Randy Smith (Not in Mondays) 2013/04/04 19:42:49 Done, but just confirming: Do we actually use the
rvargas (doing something else) 2013/04/04 20:13:12 The field has to be updated on HttpCache::Transact
+
// True if the request was fetched over a SPDY channel.
bool was_fetched_via_spdy;

Powered by Google App Engine
This is Rietveld 408576698