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

Unified Diff: net/base/load_flags_list.h

Issue 1104033002: Removed lines left by mistake in previous patch(https://codereview.chromium.org/1080673004/). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/load_flags_list.h
diff --git a/net/base/load_flags_list.h b/net/base/load_flags_list.h
index 7876a8c32786efdb7fe16b62e984ac3bf352fcf3..8f3fe0e08c4a382acd76e18734c3ab90ae3dee84 100644
--- a/net/base/load_flags_list.h
+++ b/net/base/load_flags_list.h
@@ -25,11 +25,6 @@ LOAD_FLAG(PREFERRING_CACHE, 1 << 2)
// resource from the cache (or some equivalent local store).
LOAD_FLAG(ONLY_FROM_CACHE, 1 << 3)
-// Indicate that if the request fails at the network level in a way that
-// indicates the source is unreachable, the request should fail over
-// to as if LOAD_PREFERRING_CACHE had been set.
-LOAD_FLAG(FROM_CACHE_IF_OFFLINE, 1 << 4)
-
// This is a navigation that will not use the cache at all. It does not
// impact the HTTP request headers.
LOAD_FLAG(DISABLE_CACHE, 1 << 4)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698