| 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();
|
|
|