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

Unified Diff: content/browser/storage_partition_impl.cc

Issue 2572183002: PaymentApp: Introduce PaymentAppDatabase class. (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
Index: content/browser/storage_partition_impl.cc
diff --git a/content/browser/storage_partition_impl.cc b/content/browser/storage_partition_impl.cc
index 8a764fab4de70beb32b8997a7950338ec2c8d105..9e17b4e2b50c8e8ecaaf18499582867012461435 100644
--- a/content/browser/storage_partition_impl.cc
+++ b/content/browser/storage_partition_impl.cc
@@ -516,7 +516,8 @@ std::unique_ptr<StoragePartitionImpl> StoragePartitionImpl::Create(
background_sync_context->Init(service_worker_context);
scoped_refptr<PaymentAppContextImpl> payment_app_context =
- new PaymentAppContextImpl(service_worker_context);
+ new PaymentAppContextImpl();
+ payment_app_context->Init(service_worker_context);
scoped_refptr<BroadcastChannelProvider>
broadcast_channel_provider = new BroadcastChannelProvider();

Powered by Google App Engine
This is Rietveld 408576698