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

Unified Diff: components/payments/payment_request.cc

Issue 2711873003: [Web Payments] Re-add extra view in the footer. (Closed)
Patch Set: Change CreateExtraView to CreateExtraFooterView Created 3 years, 10 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 | « components/payments/payment_request.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/payments/payment_request.cc
diff --git a/components/payments/payment_request.cc b/components/payments/payment_request.cc
index 0ad61671528eb8357d432730d7407a8fee1f7038..7dda081e0a79f506d87998cf2ee943651a302b27 100644
--- a/components/payments/payment_request.cc
+++ b/components/payments/payment_request.cc
@@ -129,10 +129,6 @@ const std::vector<autofill::AutofillProfile*>&
return contact_profiles_;
}
-const std::vector<autofill::CreditCard*>& PaymentRequest::credit_cards() {
- return credit_cards_;
-}
-
void PaymentRequest::PopulateProfileCache() {
std::vector<autofill::AutofillProfile*> profiles =
personal_data_manager()->GetProfilesToSuggest();
« no previous file with comments | « components/payments/payment_request.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698