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

Unified Diff: ios/chrome/browser/payments/payment_request.h

Issue 2878763002: [Payments] Better default selections on iOS (Closed)
Patch Set: Created 3 years, 7 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: ios/chrome/browser/payments/payment_request.h
diff --git a/ios/chrome/browser/payments/payment_request.h b/ios/chrome/browser/payments/payment_request.h
index e7341c7817508a18265b6ccf0f24f708ab4a098a..4979f4b835f9a0dac67d7f5f63262a0e9abde99a 100644
--- a/ios/chrome/browser/payments/payment_request.h
+++ b/ios/chrome/browser/payments/payment_request.h
@@ -12,6 +12,7 @@
#include "base/macros.h"
#include "components/payments/core/payment_options_provider.h"
+#include "components/payments/core/payments_profile_comparator.h"
#include "ios/web/public/payments/payment_request.h"
namespace autofill {
@@ -208,6 +209,8 @@ class PaymentRequest : payments::PaymentOptionsProvider {
std::vector<web::PaymentShippingOption*> shipping_options_;
web::PaymentShippingOption* selected_shipping_option_;
+ payments::PaymentsProfileComparator profile_comparator_;
+
DISALLOW_COPY_AND_ASSIGN(PaymentRequest);
};

Powered by Google App Engine
This is Rietveld 408576698