Chromium Code Reviews| Index: ash/common/system/chromeos/network/tray_sms.cc |
| diff --git a/ash/common/system/chromeos/network/tray_sms.cc b/ash/common/system/chromeos/network/tray_sms.cc |
| index 95c61518f3e813f18ef210cd39866524d42f74b7..25c90300f99a5ea791b1f531fdd8be9ddfe78831 100644 |
| --- a/ash/common/system/chromeos/network/tray_sms.cc |
| +++ b/ash/common/system/chromeos/network/tray_sms.cc |
| @@ -411,7 +411,7 @@ void TraySms::Update(bool notify) { |
| if (default_) |
| default_->SetVisible(false); |
| if (detailed_) |
| - HideDetailedView(); |
| + HideDetailedView(true /* animate */); |
| HideNotificationView(); |
| } else { |
| if (default_) { |