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

Unified Diff: ash/common/system/tray/tray_popup_header_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
Index: ash/common/system/tray/tray_popup_header_button.h
diff --git a/ash/common/system/tray/tray_popup_header_button.h b/ash/common/system/tray/tray_popup_header_button.h
index a94e4d3708fa7f9586505db56048125d25ea165f..6a2ffb1b337a6947ab9d66716dabeb262188d5d7 100644
--- a/ash/common/system/tray/tray_popup_header_button.h
+++ b/ash/common/system/tray/tray_popup_header_button.h
@@ -34,7 +34,7 @@ class ASH_EXPORT TrayPopupHeaderButton : public views::ToggleImageButton {
gfx::Size GetPreferredSize() const override;
// Overridden from views::CustomButton:
- void StateChanged() override;
+ void StateChanged(ButtonState old_state) override;
void Initialize(const gfx::ImageSkia& icon, int accessible_name_id);

Powered by Google App Engine
This is Rietveld 408576698