diff options
Diffstat (limited to 'net/http/http_cache.cc')
-rw-r--r-- | net/http/http_cache.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/http/http_cache.cc b/net/http/http_cache.cc index be9dc48..855c7e8 100644 --- a/net/http/http_cache.cc +++ b/net/http/http_cache.cc @@ -945,7 +945,6 @@ int HttpCache::Transaction::BeginPartialCacheValidation() { if (!custom_request_.get()) { custom_request_.reset(new HttpRequestInfo(*request_)); request_ = custom_request_.get(); - DCHECK(custom_request_->extra_headers.empty()); } } |