Index: ash/system/tray/system_tray.cc |
=================================================================== |
--- ash/system/tray/system_tray.cc (revision 126705) |
+++ ash/system/tray/system_tray.cc (working copy) |
@@ -321,17 +321,6 @@ |
NOTIMPLEMENTED(); |
} |
-void SystemTray::ShowDefaultView() { |
- if (popup_) { |
- popup_->RemoveObserver(this); |
- popup_->Close(); |
- } |
- popup_ = NULL; |
- bubble_ = NULL; |
- |
- ShowItems(items_, false, true); |
-} |
- |
void SystemTray::ShowDetailedView(SystemTrayItem* item, |
int close_delay, |
bool activate) { |