diff options
Diffstat (limited to 'net/http/http_cache_unittest.cc')
-rw-r--r-- | net/http/http_cache_unittest.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/http/http_cache_unittest.cc b/net/http/http_cache_unittest.cc index 92980e1..61c2908 100644 --- a/net/http/http_cache_unittest.cc +++ b/net/http/http_cache_unittest.cc @@ -1227,6 +1227,7 @@ TEST(HttpCache, SimpleGET_MediaCache) { #endif ScopedMockTransaction trans_info(kSimpleGET_Transaction); + trans_info.load_flags |= net::LOAD_ENABLE_DOWNLOAD_FILE; TestCompletionCallback callback; { |