Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(489)

Unified Diff: content/browser/cache_storage/cache_storage_cache_unittest.cc

Issue 2416713002: Write out CacheStorageCache size to index file. (Closed)
Patch Set: Added out-of-date index tests. Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/cache_storage/cache_storage_cache_unittest.cc
diff --git a/content/browser/cache_storage/cache_storage_cache_unittest.cc b/content/browser/cache_storage/cache_storage_cache_unittest.cc
index ead0d38f9ed0a54b53161a9ffbfc4dea4b56102d..a9ee9da404a017f0c0d82f3880c2c94e3eb30a67 100644
--- a/content/browser/cache_storage/cache_storage_cache_unittest.cc
+++ b/content/browser/cache_storage/cache_storage_cache_unittest.cc
@@ -277,7 +277,8 @@ class TestCacheStorageCache : public CacheStorageCache {
cache_storage,
request_context_getter,
quota_manager_proxy,
- blob_context),
+ blob_context,
+ 0),
jkarlin 2016/10/21 18:04:19 can you add /* cache size */ after the 0 to make i
cmumford 2016/11/10 17:28:17 Done.
delay_backend_creation_(false) {}
void CreateBackend(const ErrorCallback& callback) override {

Powered by Google App Engine
This is Rietveld 408576698