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

Unified Diff: net/base/load_flags_list.h

Issue 2398613002: [HttpCache] LOAD_ONLY_FROM_CACHE should not imply LOAD_PREFERRING_CACHE (Closed)
Patch Set: Nit Created 4 years, 2 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/base/load_flags_list.h
diff --git a/net/base/load_flags_list.h b/net/base/load_flags_list.h
index 1f030eaa788124fc10eabe281dd0cd42a1cee413..27b26fa3546be175ef9961561ffd51c80b7b9be0 100644
--- a/net/base/load_flags_list.h
+++ b/net/base/load_flags_list.h
@@ -19,7 +19,7 @@ LOAD_FLAG(BYPASS_CACHE, 1 << 1)
// This is a back/forward style navigation where the cached content should
// be preferred over any protocol specific cache validation.
-LOAD_FLAG(PREFERRING_CACHE, 1 << 2)
+LOAD_FLAG(SKIP_CACHE_VALIDATION, 1 << 2)
// This is a navigation that will fail if it cannot serve the requested
// resource from the cache (or some equivalent local store).

Powered by Google App Engine
This is Rietveld 408576698