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

Unified Diff: ui/message_center/views/notification_button.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
« no previous file with comments | « ui/chromeos/ime/candidate_view.cc ('k') | ui/message_center/views/notification_button.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/views/notification_button.h
diff --git a/ui/message_center/views/notification_button.h b/ui/message_center/views/notification_button.h
index 7851cc8833485ed732b816d7220cdebfd52df3c5..b9782a162b8c2f144b6f3a0f1e1a0d1f87fa1c7a 100644
--- a/ui/message_center/views/notification_button.h
+++ b/ui/message_center/views/notification_button.h
@@ -37,7 +37,7 @@ class NotificationButton : public views::CustomButton {
const ViewHierarchyChangedDetails& details) override;
// Overridden from views::CustomButton:
- void StateChanged() override;
+ void StateChanged(ButtonState old_state) override;
private:
views::ImageView* icon_;
« no previous file with comments | « ui/chromeos/ime/candidate_view.cc ('k') | ui/message_center/views/notification_button.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698