Index: net/disk_cache/backend_impl.cc |
=================================================================== |
--- net/disk_cache/backend_impl.cc (revision 133458) |
+++ net/disk_cache/backend_impl.cc (working copy) |
@@ -369,6 +369,8 @@ |
} else { |
background_queue_.background_thread()->PostTask( |
FROM_HERE, base::Bind(&FinalCleanupCallback, base::Unretained(this))); |
+ // http://crbug.com/74623 |
+ base::ThreadRestrictions::ScopedAllowWait allow_wait; |
done_.Wait(); |
} |
} |