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

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

Issue 2829503002: [Payments] Normalize Shipping Address sent to merchant on Desktop. (Closed)
Patch Set: Be more strict on country code 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_state.cc
diff --git a/components/payments/content/payment_request_state.cc b/components/payments/content/payment_request_state.cc
index aaf180dbc7041b0bfe7d4e3ac31cfb35b166790f..236650e361dd7774208fa66bf9d20edd0fa2d96a 100644
--- a/components/payments/content/payment_request_state.cc
+++ b/components/payments/content/payment_request_state.cc
@@ -80,8 +80,8 @@ void PaymentRequestState::GeneratePaymentResponse() {
// Once the response is ready, will call back into OnPaymentResponseReady.
response_helper_ = base::MakeUnique<PaymentResponseHelper>(
- app_locale_, spec_, selected_instrument_, selected_shipping_profile_,
- selected_contact_profile_, this);
+ app_locale_, spec_, selected_instrument_, payment_request_delegate_,
+ selected_shipping_profile_, selected_contact_profile_, this);
}
void PaymentRequestState::AddAutofillPaymentInstrument(
« no previous file with comments | « components/autofill/core/browser/autofill_data_util_unittest.cc ('k') | components/payments/content/payment_response_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698