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

Unified Diff: content/browser/payments/payment_app_content_unittest_base.cc

Issue 2592793002: Revert of Change how the quota system computes the total poolsize for temporary storage (Closed)
Patch Set: 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
« no previous file with comments | « content/browser/indexed_db/indexed_db_browsertest.cc ('k') | content/browser/quota/mock_quota_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/payments/payment_app_content_unittest_base.cc
diff --git a/content/browser/payments/payment_app_content_unittest_base.cc b/content/browser/payments/payment_app_content_unittest_base.cc
index d04b90c4b98ed4cab239b3c519ea8c54de1fe1ff..876d38f9894c1bdc260382e999a26b4181db76c7 100644
--- a/content/browser/payments/payment_app_content_unittest_base.cc
+++ b/content/browser/payments/payment_app_content_unittest_base.cc
@@ -40,9 +40,10 @@ PaymentAppContentUnitTestBase::PaymentAppContentUnitTestBase()
new TestBrowserThreadBundle(TestBrowserThreadBundle::IO_MAINLOOP)),
embedded_worker_helper_(new EmbeddedWorkerTestHelper(base::FilePath())),
storage_partition_impl_(
- new StoragePartitionImpl(embedded_worker_helper_->browser_context(),
- base::FilePath(),
- nullptr)),
+ new StoragePartitionImpl(
+ embedded_worker_helper_->browser_context(), base::FilePath(),
+ nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr,
+ nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr)),
payment_app_context_(new PaymentAppContextImpl()) {
embedded_worker_helper_->context_wrapper()->set_storage_partition(
storage_partition_impl_.get());
« no previous file with comments | « content/browser/indexed_db/indexed_db_browsertest.cc ('k') | content/browser/quota/mock_quota_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698