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

Unified Diff: chrome/browser/ui/views/payments/payment_request_row_view.h

Issue 2680643002: Add old_state parameter to CustomButton::StateChanged (Closed)
Patch Set: 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
Index: chrome/browser/ui/views/payments/payment_request_row_view.h
diff --git a/chrome/browser/ui/views/payments/payment_request_row_view.h b/chrome/browser/ui/views/payments/payment_request_row_view.h
index f8664343b8762a7c46f90a587adee8820d9eda9a..e331d1e560f9214f8a2f23f3dd3f4a284720b20f 100644
--- a/chrome/browser/ui/views/payments/payment_request_row_view.h
+++ b/chrome/browser/ui/views/payments/payment_request_row_view.h
@@ -18,7 +18,7 @@ class PaymentRequestRowView : public views::CustomButton {
~PaymentRequestRowView() override;
// views::CustomButton:
- void StateChanged() override;
+ void StateChanged(ButtonState old_state) override;
private:
DISALLOW_COPY_AND_ASSIGN(PaymentRequestRowView);
« no previous file with comments | « ash/common/system/tray/tray_popup_header_button.cc ('k') | chrome/browser/ui/views/payments/payment_request_row_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698