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

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

Issue 2416713002: Write out CacheStorageCache size to index file. (Closed)
Patch Set: BrowserThread::PostDelayedTask(IO, ...) --> base::ThreadTaskRunnerHandle::Get()->Post* Created 4 years 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 f10ab166169aa69d72350316215494a88f96a813..fd27f866ad1259d6f2fc99d5cd59cead9fd9bf61 100644
--- a/content/browser/cache_storage/cache_storage_cache_unittest.cc
+++ b/content/browser/cache_storage/cache_storage_cache_unittest.cc
@@ -282,7 +282,8 @@ class TestCacheStorageCache : public CacheStorageCache {
cache_storage,
request_context_getter,
quota_manager_proxy,
- blob_context),
+ blob_context,
+ 0 /* cache_size */),
delay_backend_creation_(false) {}
void CreateBackend(const ErrorCallback& callback) override {

Powered by Google App Engine
This is Rietveld 408576698