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

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: Remove accidental comment 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
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
achuithb 2015/05/06 20:02:32 Pull this file out into a separate CL
jdufault 2015/05/06 21:17:33 Done.
+ // 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.

Powered by Google App Engine
This is Rietveld 408576698