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

Unified Diff: net/http/http_response_info.h

Issue 2763393002: Remove stale-while-revalidate from net (Closed)
Patch Set: fixes Created 3 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
« no previous file with comments | « net/http/http_response_headers_unittest.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 a7aa7e9d994c278ff7e1f032e1c78846b8074609..22b3d07dc1dcc9280634e6af9cae27136a92b2c7 100644
--- a/net/http/http_response_info.h
+++ b/net/http/http_response_info.h
@@ -143,11 +143,6 @@ class NET_EXPORT HttpResponseInfo {
// used since.
bool unused_since_prefetch;
- // True if this resource is stale and requires async revalidation.
- // This value is not persisted by Persist(); it is only ever set when the
- // response is retrieved from the cache.
- bool async_revalidation_required;
-
// Remote address of the socket which fetched this resource.
//
// NOTE: If the response was served from the cache (was_cached is true),
« no previous file with comments | « net/http/http_response_headers_unittest.cc ('k') | net/http/http_response_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698