Chromium Code Reviews| Index: net/disk_cache/backend_impl.cc |
| =================================================================== |
| --- net/disk_cache/backend_impl.cc (revision 78400) |
| +++ net/disk_cache/backend_impl.cc (working copy) |
| @@ -295,7 +295,7 @@ |
| CompletionCallback* callback) { |
| DCHECK(callback); |
| if (type == net::MEMORY_CACHE) { |
| - *backend = MemBackendImpl::CreateBackend(max_bytes); |
| + *backend = MemBackendImpl::CreateBackend(max_bytes, net_log); |
| return *backend ? net::OK : net::ERR_FAILED; |
| } |
| DCHECK(thread); |