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

Unified Diff: components/payments/content/payment_request.cc

Issue 2779283002: [Web Payments] Implement the CVC Unmask dialog. (Closed)
Patch Set: BUILD Created 3 years, 8 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: components/payments/content/payment_request.cc
diff --git a/components/payments/content/payment_request.cc b/components/payments/content/payment_request.cc
index 0569efcc79278e2be094adddec8fcf9076507e9b..15aee2c679179aa5b8350baa43e647edde7dd14a 100644
--- a/components/payments/content/payment_request.cc
+++ b/components/payments/content/payment_request.cc
@@ -4,6 +4,7 @@
#include "components/payments/content/payment_request.h"
+#include <string>
#include <utility>
#include "base/memory/ptr_util.h"
@@ -59,7 +60,7 @@ void PaymentRequest::Init(
delegate_->GetApplicationLocale());
state_ = base::MakeUnique<PaymentRequestState>(
spec_.get(), this, delegate_->GetApplicationLocale(),
- delegate_->GetPersonalDataManager());
+ delegate_->GetPersonalDataManager(), delegate_.get());
}
void PaymentRequest::Show() {
« no previous file with comments | « components/payments/content/payment_request.h ('k') | components/payments/content/payment_request_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698