Index: net/disk_cache/cache_creator.cc |
diff --git a/net/disk_cache/cache_creator.cc b/net/disk_cache/cache_creator.cc |
index 8c4400c2f23c7b48ccc15897da80f42e5e91f51e..25bde280f4b8002aed8bdcdea09f95d96a15f55a 100644 |
--- a/net/disk_cache/cache_creator.cc |
+++ b/net/disk_cache/cache_creator.cc |
@@ -122,12 +122,7 @@ int CacheCreator::Run() { |
void CacheCreator::DoCallback(int result) { |
DCHECK_NE(net::ERR_IO_PENDING, result); |
if (result == net::OK) { |
-#ifndef USE_TRACING_CACHE_BACKEND |
*backend_ = created_cache_.Pass(); |
-#else |
- *backend_.reset( |
- new disk_cache::TracingCacheBackend(created_cache_.Pass())); |
-#endif |
} else { |
LOG(ERROR) << "Unable to create cache"; |
created_cache_.reset(); |