Index: ash/system/tray/system_tray.h |
=================================================================== |
--- ash/system/tray/system_tray.h (revision 126705) |
+++ ash/system/tray/system_tray.h (working copy) |
@@ -34,9 +34,6 @@ |
// Removes an existing tray item. |
void RemoveTrayItem(SystemTrayItem* item); |
- // Shows the default view of all items. |
- void ShowDefaultView(); |
- |
// Shows details of a particular item. If |close_delay_in_seconds| is |
// non-zero, then the view is automatically closed after the specified time. |
void ShowDetailedView(SystemTrayItem* item, |