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

Unified Diff: chrome/browser/ui/views/payments/payment_method_view_controller.cc

Issue 2735803003: [WebPayments] Extracting common code from Shipping + Contact Info views. (Closed)
Patch Set: monday rebase 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: chrome/browser/ui/views/payments/payment_method_view_controller.cc
diff --git a/chrome/browser/ui/views/payments/payment_method_view_controller.cc b/chrome/browser/ui/views/payments/payment_method_view_controller.cc
index 383f0382b07836ad01395b6cc6306fa03a7a471f..6120a7c1d48abe25a555d3fb972bc5d4385d7fb1 100644
--- a/chrome/browser/ui/views/payments/payment_method_view_controller.cc
+++ b/chrome/browser/ui/views/payments/payment_method_view_controller.cc
@@ -40,8 +40,7 @@ enum class PaymentMethodViewControllerTags : int {
ADD_CREDIT_CARD_BUTTON = kFirstTagValue,
};
-class PaymentMethodListItem : public payments::PaymentRequestItemList::Item,
- public views::ButtonListener {
+class PaymentMethodListItem : public payments::PaymentRequestItemList::Item {
public:
// Does not take ownership of |card|, which should not be null and should
// outlive this object. |list| is the PaymentRequestItemList object that will

Powered by Google App Engine
This is Rietveld 408576698