Index: ash/system/tray/system_tray_item.h |
diff --git a/ash/system/tray/system_tray_item.h b/ash/system/tray/system_tray_item.h |
index 3c8f12f8316fcb0b3c4ae1992b96f3729cfd292a..2287979629b8413c578b71647941b8dbd7dfd195 100644 |
--- a/ash/system/tray/system_tray_item.h |
+++ b/ash/system/tray/system_tray_item.h |
@@ -67,6 +67,9 @@ class ASH_EXPORT SystemTrayItem { |
// The default implementation does nothing. |
virtual void UpdateAfterShelfAlignmentChange(ShelfAlignment alignment); |
+ // Updates the tray view after the ash shell has been initialized. |
+ virtual void UpdateAfterAshInit(); |
sadrul
2012/08/09 18:05:33
I don't think we should have this. Or if we do hav
jennyz
2012/08/13 23:26:17
yes, I think your suggestion is reasonable. Now I
|
+ |
// Shows the detailed view for this item. If the main popup for the tray is |
// currently visible, then making this call would use the existing window to |
// display the detailed item. The detailed item will inherit the bounds of the |