| Index: net/http/http_cache_transaction.cc
|
| diff --git a/net/http/http_cache_transaction.cc b/net/http/http_cache_transaction.cc
|
| index 370862d49f90e73a6561ce1931f7d32c51d65b5f..501c5e179d08c7b66589fcfc449626963b3e3776 100644
|
| --- a/net/http/http_cache_transaction.cc
|
| +++ b/net/http/http_cache_transaction.cc
|
| @@ -1980,7 +1980,6 @@ bool HttpCache::Transaction::ShouldPassThrough() {
|
| int HttpCache::Transaction::BeginCacheRead() {
|
| // We don't support any combination of LOAD_ONLY_FROM_CACHE and byte ranges.
|
| if (response_.headers->response_code() == 206 || partial_) {
|
| - NOTREACHED();
|
| return ERR_CACHE_MISS;
|
| }
|
|
|
|
|