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

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

Issue 1118613003: Add UI for cast system tray integration (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Show different active cast titles based on if we are casting a tab or the desktop Created 5 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
« ash/system/cast/tray_cast.cc ('K') | « ash/system/tray/system_tray.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 61d214eb558c3db39c4ff4c3522bb09dd47813d7..d2c1f95cb6f67ee573a4523bf42ad34f87ad6aba 100644
--- a/ash/system/tray/system_tray_item.h
+++ b/ash/system/tray/system_tray_item.h
@@ -35,9 +35,9 @@ class ASH_EXPORT SystemTrayItem {
// avoid this behavior, then it should not be a TrayItemView.
virtual views::View* CreateTrayView(user::LoginStatus status);
- // Returns a view for the item to be displayed in the list. This view can be
- // displayed with a number of other tray items, so this should not be too
- // big.
+ // Returns a view for the item to be displayed in the popup list after
+ // clicking the system tray. This view can be displayed with a number of other
+ // tray items, so this should not be too big.
virtual views::View* CreateDefaultView(user::LoginStatus status);
// Returns a detailed view for the item. This view is displayed standalone.
« ash/system/cast/tray_cast.cc ('K') | « ash/system/tray/system_tray.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698