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

Unified Diff: chrome/browser/payments/payment_request_factory.cc

Issue 2621153002: [WebPayments] Add the Payment Method section in the Payment Sheet (Closed)
Patch Set: Reuse label. Created 3 years, 11 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: chrome/browser/payments/payment_request_factory.cc
diff --git a/chrome/browser/payments/payment_request_factory.cc b/chrome/browser/payments/payment_request_factory.cc
index 02e95455041a5c25af42b62743f2e9b647ebd8ec..110e753f7e3d7d2a53ea98389ea8c5a3b59c1dea 100644
--- a/chrome/browser/payments/payment_request_factory.cc
+++ b/chrome/browser/payments/payment_request_factory.cc
@@ -21,7 +21,8 @@ void CreatePaymentRequestForWebContents(
DCHECK(web_contents);
PaymentRequestWebContentsManager::GetOrCreateForWebContents(web_contents)
->CreatePaymentRequest(web_contents,
- base::MakeUnique<ChromePaymentRequestDelegate>(),
+ base::MakeUnique<ChromePaymentRequestDelegate>(
+ web_contents),
std::move(request));
}

Powered by Google App Engine
This is Rietveld 408576698