Index: ash/system/tray/system_tray.cc |
diff --git a/ash/system/tray/system_tray.cc b/ash/system/tray/system_tray.cc |
index 2f39906c66b4ad9c9b562fe21d4890ba6a3f0c06..6293839539acdfe4f04d58e276bd784cd81f8566 100644 |
--- a/ash/system/tray/system_tray.cc |
+++ b/ash/system/tray/system_tray.cc |
@@ -485,6 +485,7 @@ SystemTray::~SystemTray() { |
} |
if (popup_) |
popup_->CloseNow(); |
+ ash::Shell::GetInstance()->tray_delegate()->OnTrayDestroyed(); |
} |
void SystemTray::AddTrayItem(SystemTrayItem* item) { |