Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(340)

Unified Diff: ash/system/tray/system_tray_item.h

Issue 9969068: ash: Animate changes in the uber tray. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698