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

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

Issue 2800713003: [Payments] Move parsing the PaymentMethodData to "core" (Closed)
Patch Set: fix test 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
« no previous file with comments | « no previous file | components/payments/content/payment_request_spec.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/payments/content/payment_request_spec.h
diff --git a/components/payments/content/payment_request_spec.h b/components/payments/content/payment_request_spec.h
index 093476dba3185638c70aac3d937a56cf4b36120f..39bbda8f7bb5bb8bd78cda5aa5a5427c15d348d5 100644
--- a/components/payments/content/payment_request_spec.h
+++ b/components/payments/content/payment_request_spec.h
@@ -93,7 +93,8 @@ class PaymentRequestSpec : public PaymentOptionsProvider {
observer_for_testing_ = observer_for_testing;
}
- // Validates the |method_data| and fills |supported_card_networks_|.
+ // Validates the |method_data| and fills |supported_card_networks_|,
+ // |supported_card_networks_set_| and |basic_card_specified_networks_|.
void PopulateValidatedMethodData(
const std::vector<mojom::PaymentMethodDataPtr>& method_data);
« no previous file with comments | « no previous file | components/payments/content/payment_request_spec.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698