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

Unified Diff: ash/system/tray/system_tray.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
Index: ash/system/tray/system_tray.h
diff --git a/ash/system/tray/system_tray.h b/ash/system/tray/system_tray.h
index b9776225eebc02f0406c5dffca5226da87e35dc8..7c78c0565663350551687497b5643efbca57b36c 100644
--- a/ash/system/tray/system_tray.h
+++ b/ash/system/tray/system_tray.h
@@ -86,7 +86,7 @@ class ASH_EXPORT SystemTray : public TrayBackgroundView,
void UpdateAfterLoginStatusChange(LoginStatus login_status);
// Updates the items when the shelf alignment changes.
- void UpdateAfterShelfAlignmentChange(ShelfAlignment alignment);
+ void UpdateItemsAfterShelfAlignmentChange();
// Returns true if the shelf should be forced visible when auto-hidden.
bool ShouldShowShelf() const;
@@ -115,7 +115,7 @@ class ASH_EXPORT SystemTray : public TrayBackgroundView,
TrayAudio* GetTrayAudio() const;
// Overridden from TrayBackgroundView.
- void SetShelfAlignment(ShelfAlignment alignment) override;
+ void UpdateAfterShelfAlignmentChange() override;
void AnchorUpdated() override;
base::string16 GetAccessibleNameForTray() override;
void BubbleResized(const views::TrayBubbleView* bubble_view) override;

Powered by Google App Engine
This is Rietveld 408576698