Index: ash/system/tray/tray_views.cc |
diff --git a/ash/system/tray/tray_views.cc b/ash/system/tray/tray_views.cc |
index 89a80ebe00cf3723000e92559b09cb7252a0b9dc..6ce432fb472988b4e658ee3dc2dedc91bcba75aa 100644 |
--- a/ash/system/tray/tray_views.cc |
+++ b/ash/system/tray/tray_views.cc |
@@ -341,10 +341,6 @@ TrayPopupHeaderButton::TrayPopupHeaderButton(views::ButtonListener* listener, |
SetImageAlignment(views::ImageButton::ALIGN_CENTER, |
views::ImageButton::ALIGN_MIDDLE); |
set_focusable(true); |
- |
- // TODO(sad): Turn animation back on once there are proper assets. |
- // http://crbug.com/119832 |
- set_animate_on_state_change(false); |
} |
TrayPopupHeaderButton::~TrayPopupHeaderButton() {} |