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

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

Issue 2147143002: [Chrome OS MD] Draw a 1px separator between 2 tray items (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: new approach Created 4 years, 5 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..4c081570b9e841fc457a9e403c6a31dd3c474d7e 100644
--- a/ash/common/system/chromeos/session/logout_button_tray.h
+++ b/ash/common/system/chromeos/session/logout_button_tray.h
@@ -18,6 +18,7 @@ class LabelButton;
}
namespace ash {
+class ViewObserver;
// Adds a logout button to the launcher's status area if enabled by the
// kShowLogoutButtonInTray pref.
@@ -25,7 +26,7 @@ class ASH_EXPORT LogoutButtonTray : public TrayBackgroundView,
public LogoutButtonObserver,
public views::ButtonListener {
public:
- explicit LogoutButtonTray(WmShelf* wm_shelf);
+ explicit LogoutButtonTray(WmShelf* wm_shelf, ViewObserver* view_observer);
~LogoutButtonTray() override;
// TrayBackgroundView:

Powered by Google App Engine
This is Rietveld 408576698