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

Unified Diff: ash/aura/wm_shelf_aura.cc

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: address comments Created 4 years, 4 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/aura/wm_shelf_aura.cc
diff --git a/ash/aura/wm_shelf_aura.cc b/ash/aura/wm_shelf_aura.cc
index 25e60bb97e701f4870688b49844fa1b4b872f018..36daba94387a64c185c2b432e42da1aee48230df 100644
--- a/ash/aura/wm_shelf_aura.cc
+++ b/ash/aura/wm_shelf_aura.cc
@@ -185,6 +185,10 @@ void WmShelfAura::RemoveObserver(WmShelfObserver* observer) {
observers_.RemoveObserver(observer);
}
+StatusAreaWidget* WmShelfAura::GetStatusAreaWidget() {
+ return shelf_layout_manager_->shelf_widget()->status_area_widget();
+}
+
void WmShelfAura::SetKeyboardBoundsForTesting(const gfx::Rect& bounds) {
shelf_layout_manager_->OnKeyboardBoundsChanging(bounds);
}

Powered by Google App Engine
This is Rietveld 408576698