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

Unified Diff: ash/common/system/status_area_widget.h

Issue 2627933002: Removing logic on showing/hiding separator (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « no previous file | ash/common/system/status_area_widget.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 35d9d2c35f825ee6c4d68cd3526b478301fc092a..d6fcdcb25f3b09b8618d90ddd2490d27d130fa10 100644
--- a/ash/common/system/status_area_widget.h
+++ b/ash/common/system/status_area_widget.h
@@ -17,7 +17,6 @@ class OverviewButtonTray;
class ShellDelegate;
class StatusAreaWidgetDelegate;
class SystemTray;
-class TrayBackgroundView;
class WebNotificationTray;
class WmShelf;
class WmWindow;
@@ -49,12 +48,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_;
}
@@ -101,10 +94,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();
« no previous file with comments | « no previous file | ash/common/system/status_area_widget.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698