Index: ash/system/audio/tray_volume.cc |
diff --git a/ash/system/audio/tray_volume.cc b/ash/system/audio/tray_volume.cc |
index 0d63a8e50d8ca0508ccc51608040b0058ae08dab..6a24a4ee6be515676ec06007df8858bfae862e56 100644 |
--- a/ash/system/audio/tray_volume.cc |
+++ b/ash/system/audio/tray_volume.cc |
@@ -263,6 +263,8 @@ void TrayVolume::OnMuteToggled() { |
if (volume_view_) |
volume_view_->Update(); |
+ else |
+ PopupDetailedView(kTrayPopupAutoCloseDelayInSeconds, false); |
} |
} // namespace internal |