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

Unified Diff: ash/common/system/chromeos/session/logout_button_tray.h

Issue 2103113003: Fix shelf layout when switching from left-aligned shelf to right-aligned shelf (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/common/system/chromeos/session/logout_button_tray.h
diff --git a/ash/common/system/chromeos/session/logout_button_tray.h b/ash/common/system/chromeos/session/logout_button_tray.h
index abf5041435edf2d39998faa2eac3c39c6c58f366..ac66463446cdd12602cd5dee612e27811f76f6b4 100644
--- a/ash/common/system/chromeos/session/logout_button_tray.h
+++ b/ash/common/system/chromeos/session/logout_button_tray.h
@@ -29,7 +29,8 @@ class ASH_EXPORT LogoutButtonTray : public TrayBackgroundView,
~LogoutButtonTray() override;
// TrayBackgroundView:
- void SetShelfAlignment(ShelfAlignment alignment) override;
+ void SetShelfAlignment(ShelfAlignment alignment,
+ const gfx::Insets& insets) override;
base::string16 GetAccessibleNameForTray() override;
void HideBubbleWithView(const views::TrayBubbleView* bubble_view) override;
void ClickedOutsideBubble() override;
« no previous file with comments | « no previous file | ash/common/system/chromeos/session/logout_button_tray.cc » ('j') | ash/common/system/tray/tray_background_view.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698