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 9fd438a6e630ebe8d6fc7d6a9a309a1efc7b1893..b9daad3af6903bf94ba374c12ac7644fe772592c 100644 |
--- a/ash/system/tray/system_tray_item.h |
+++ b/ash/system/tray/system_tray_item.h |
@@ -24,6 +24,7 @@ class ASH_EXPORT SystemTrayItem { |
// Returns a view to be displayed in the system tray. If this returns NULL, |
// then this item is not displayed in the tray. |
+ // NOTE: The returned view should almost always be a TrayItemView. |
Ben Goodger (Google)
2012/04/23 15:33:42
You should document a case where it wouldn't be.
sadrul
2012/04/23 16:07:58
Done.
|
virtual views::View* CreateTrayView(user::LoginStatus status) = 0; |
// Returns a view for the item to be displayed in the list. This view can be |