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

Unified Diff: content/browser/background_sync/background_sync_service_impl_unittest.cc

Issue 1782053004: Change how the quota system computes the total poolsize for temporary storage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 3 years, 10 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/background_sync/background_sync_service_impl_unittest.cc
diff --git a/content/browser/background_sync/background_sync_service_impl_unittest.cc b/content/browser/background_sync/background_sync_service_impl_unittest.cc
index 1793834e29519e7c8955c9f08069965f754d4b94..197cf17df63c40b97b0962d0f0a06167cfeec01c 100644
--- a/content/browser/background_sync/background_sync_service_impl_unittest.cc
+++ b/content/browser/background_sync/background_sync_service_impl_unittest.cc
@@ -133,9 +133,7 @@ class BackgroundSyncServiceImplTest : public testing::Test {
// Creates a StoragePartition so that the BackgroundSyncManager can
// use it to access the BrowserContext.
storage_partition_impl_.reset(new StoragePartitionImpl(
- embedded_worker_helper_->browser_context(), base::FilePath(), nullptr,
- nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr,
- nullptr, nullptr, nullptr, nullptr, nullptr, nullptr));
+ embedded_worker_helper_->browser_context(), base::FilePath(), nullptr));
embedded_worker_helper_->context_wrapper()->set_storage_partition(
storage_partition_impl_.get());
}

Powered by Google App Engine
This is Rietveld 408576698