Index: ash/system/tray/system_tray.h |
diff --git a/ash/system/tray/system_tray.h b/ash/system/tray/system_tray.h |
index b6e31e5e6dc77290770142bee68a1dee8b729d61..92553c2b44c87120bc99442d659bb346c9855618 100644 |
--- a/ash/system/tray/system_tray.h |
+++ b/ash/system/tray/system_tray.h |
@@ -34,6 +34,9 @@ class ASH_EXPORT SystemTray : public views::View, |
// 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, |