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

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

Issue 2757523002: [Payments] Use PaymentInstrument/AutofillPaymentInstrument throughout. (Closed)
Patch Set: remove instrument cache Created 3 years, 9 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_spec.cc
diff --git a/components/payments/content/payment_request_spec.cc b/components/payments/content/payment_request_spec.cc
index 3d3211204c8199585714b466049d8bd3344d3bbb..5a92e86c71cc40d7986e3e1b941299e3bf3bb8fa 100644
--- a/components/payments/content/payment_request_spec.cc
+++ b/components/payments/content/payment_request_spec.cc
@@ -124,6 +124,9 @@ void PaymentRequestSpec::PopulateValidatedMethodData(
}
}
}
+
+ supported_card_networks_set_.insert(supported_card_networks_.begin(),
+ supported_card_networks_.end());
}
void PaymentRequestSpec::NotifyOnInvalidSpecProvided() {

Powered by Google App Engine
This is Rietveld 408576698