summaryrefslogtreecommitdiffstats
path: root/net/base
diff options
context:
space:
mode:
authorricea <ricea@chromium.org>2015-06-19 06:24:07 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-19 13:24:32 +0000
commitb38b3f9fbe286d7305d89d5089d18a423d9ab2bc (patch)
tree62a80195eee612d6ca017f4ba30126f3645fb450 /net/base
parentda9cd3bbadd7a54b1722e6affdd0871e578bb5e2 (diff)
downloadchromium_src-b38b3f9fbe286d7305d89d5089d18a423d9ab2bc.zip
chromium_src-b38b3f9fbe286d7305d89d5089d18a423d9ab2bc.tar.gz
chromium_src-b38b3f9fbe286d7305d89d5089d18a423d9ab2bc.tar.bz2
Remove stale-while-revalidate experimental implementation.
This is in preparation for adding the new implementation. This is a partial revert of commit 64c07d7959386d30a0e4aa1371e2bdcd3d436476. Parts which will still be needed in the new implementation have been left. BUG=348877 TEST=net_unittests Review URL: https://codereview.chromium.org/1041763002 Cr-Commit-Position: refs/heads/master@{#335252}
Diffstat (limited to 'net/base')
-rw-r--r--net/base/load_flags_list.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/base/load_flags_list.h b/net/base/load_flags_list.h
index cdb5205..8e09a8b 100644
--- a/net/base/load_flags_list.h
+++ b/net/base/load_flags_list.h
@@ -86,6 +86,3 @@ LOAD_FLAG(DO_NOT_USE_EMBEDDED_IDENTITY, 1 << 17)
// reduction proxy.
// TODO(rcs): Remove this flag as soon as http://crbug.com/339237 is resolved.
LOAD_FLAG(BYPASS_DATA_REDUCTION_PROXY, 1 << 18)
-
-// Indicates the the request is an asynchronous revalidation.
-LOAD_FLAG(ASYNC_REVALIDATION, 1 << 19)