diff options
Diffstat (limited to 'net/http/http_cache_unittest.cc')
-rw-r--r-- | net/http/http_cache_unittest.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/http/http_cache_unittest.cc b/net/http/http_cache_unittest.cc index 6e1adf7..03c9934 100644 --- a/net/http/http_cache_unittest.cc +++ b/net/http/http_cache_unittest.cc @@ -3455,8 +3455,6 @@ TEST(HttpCache, RangeGET_OK) { RemoveMockTransaction(&kRangeGET_TransactionOK); } -#if defined(OS_ANDROID) - // Checks that with a cache backend having Sparse IO unimplementes the cache // entry would be doomed after a range request. // TODO(pasko): remove when the SimpleBackendImpl implements Sparse IO. @@ -3529,8 +3527,6 @@ TEST(HttpCache, RangeGET_SparseNotImplementedOnEmptyCache) { RemoveMockTransaction(&transaction); } -#endif // OS_ANDROID - // Tests that we can cache range requests and fetch random blocks from the // cache and the network, with synchronous responses. TEST(HttpCache, RangeGET_SyncOK) { |