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

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

Issue 2592833002: [WebPayments] Start populating the Payment Sheet. (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: chrome/browser/payments/payment_request_impl.cc
diff --git a/chrome/browser/payments/payment_request_impl.cc b/chrome/browser/payments/payment_request_impl.cc
index 743ab19e26bf7dad196d9ced28889fdbc322523d..0d71ba96825a0794999b7b66efca525ad53bd44a 100644
--- a/chrome/browser/payments/payment_request_impl.cc
+++ b/chrome/browser/payments/payment_request_impl.cc
@@ -62,6 +62,7 @@ void PaymentRequestImpl::Init(
payments::mojom::PaymentOptionsPtr options) {
DCHECK_CURRENTLY_ON(content::BrowserThread::UI);
client_ = std::move(client);
+ details_ = std::move(details);
please use gerrit instead 2017/01/04 15:55:27 Run |details| through validatePaymentDetails(detai
anthonyvd 2017/01/04 19:08:55 Done.
}
void PaymentRequestImpl::Show() {

Powered by Google App Engine
This is Rietveld 408576698