| Index: ash/common/system/status_area_widget.h
|
| diff --git a/ash/common/system/status_area_widget.h b/ash/common/system/status_area_widget.h
|
| index bc74b20277ab332350f89629e2edea323cc69e36..a61728460a7d4d3a1ad168c0847dab1177f7db57 100644
|
| --- a/ash/common/system/status_area_widget.h
|
| +++ b/ash/common/system/status_area_widget.h
|
| @@ -16,7 +16,6 @@ namespace ash {
|
| class OverviewButtonTray;
|
| class StatusAreaWidgetDelegate;
|
| class SystemTray;
|
| -class TrayBackgroundView;
|
| class WebNotificationTray;
|
| class WmShelf;
|
| class WmWindow;
|
| @@ -48,12 +47,6 @@ class ASH_EXPORT StatusAreaWidget : public views::Widget,
|
| // notification tray.
|
| void UpdateAfterLoginStatusChange(LoginStatus login_status);
|
|
|
| - // Based on visibility of |tray| and a tray item on its right, sets |tray|'s
|
| - // separator visibility either to true or false. Note that no leading
|
| - // separator is required before the logout_button_tray because that
|
| - // button's red background is distinctive on its own.
|
| - void OnTrayVisibilityChanged(TrayBackgroundView* tray);
|
| -
|
| StatusAreaWidgetDelegate* status_area_widget_delegate() {
|
| return status_area_widget_delegate_;
|
| }
|
| @@ -100,10 +93,6 @@ class ASH_EXPORT StatusAreaWidget : public views::Widget,
|
| void AddPaletteTray();
|
| void AddVirtualKeyboardTray();
|
| void AddImeMenuTray();
|
| -
|
| - // Checks if |tray| is the next visible tray to the left of
|
| - // |logout_button_tray_|. Returns true if both are visible, false otherwise.
|
| - bool IsNextVisibleTrayToLogout(TrayBackgroundView* tray) const;
|
| #endif
|
| void AddOverviewButtonTray();
|
|
|
|
|