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

Unified Diff: ash/system/overview/overview_button_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/overview/overview_button_tray.h
diff --git a/ash/system/overview/overview_button_tray.h b/ash/system/overview/overview_button_tray.h
index 7a009c8137a6f6e64fe2152f1744d8edc17c9ba1..4bf92478d795003823be6f82a92c33568aa581bc 100644
--- a/ash/system/overview/overview_button_tray.h
+++ b/ash/system/overview/overview_button_tray.h
@@ -49,15 +49,10 @@ class ASH_EXPORT OverviewButtonTray : public TrayBackgroundView,
void ClickedOutsideBubble() override;
base::string16 GetAccessibleNameForTray() override;
void HideBubbleWithView(const views::TrayBubbleView* bubble_view) override;
- void SetShelfAlignment(ShelfAlignment alignment) override;
private:
friend class OverviewButtonTrayTest;
- // Creates a new border for the icon. The padding is determined based on the
- // alignment of the shelf.
- void SetIconBorderForShelfAlignment();
-
// Sets the icon to visible if maximize mode is enabled and
// WindowSelectorController::CanSelect.
void UpdateIconVisibility();

Powered by Google App Engine
This is Rietveld 408576698