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

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

Issue 2807693002: Make LogoutButtonTray a regular View (Closed)
Patch Set: Rebased Created 3 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
« no previous file with comments | « ash/system/tray/system_tray.cc ('k') | ash/system/tray/system_tray_item.cc » ('j') | 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 ddd9d936df0a62baf14767c26ec4e890a646e4a4..9b3f5cc4e65cd7b2f59a5a2d4cec36c9e22224a2 100644
--- a/ash/system/tray/system_tray_item.h
+++ b/ash/system/tray/system_tray_item.h
@@ -101,7 +101,7 @@ class ASH_EXPORT SystemTrayItem {
// Updates the tray view (if applicable) when shelf's alignment changes.
// The default implementation does nothing.
- virtual void UpdateAfterShelfAlignmentChange(ShelfAlignment alignment);
+ virtual void UpdateAfterShelfAlignmentChange();
// 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
« no previous file with comments | « ash/system/tray/system_tray.cc ('k') | ash/system/tray/system_tray_item.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698