summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_cache.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/http/http_auth_cache.cc')
-rw-r--r--net/http/http_auth_cache.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/net/http/http_auth_cache.cc b/net/http/http_auth_cache.cc
index bced3fa..39db6418 100644
--- a/net/http/http_auth_cache.cc
+++ b/net/http/http_auth_cache.cc
@@ -55,13 +55,6 @@ struct IsEnclosedBy {
const std::string& path;
};
-// Prevent unbounded memory growth. These are safeguards for abuse; it is
-// not expected that the limits will be reached in ordinary usage.
-// This also defines the worst-case lookup times (which grow linearly
-// with number of elements in the cache).
-const size_t kMaxNumPathsPerRealmEntry = 10;
-const size_t kMaxNumRealmEntries = 10;
-
} // namespace
namespace net {