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

Unified Diff: ash/common/shelf/wm_shelf.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: address nits 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
« no previous file with comments | « no previous file | ash/common/shelf/wm_shelf.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/shelf/wm_shelf.h
diff --git a/ash/common/shelf/wm_shelf.h b/ash/common/shelf/wm_shelf.h
index de3c15847b9a70316470e675e0de0d4a35dd2f93..b984fd2ba5f6d3e008420a471281e6638a31b1f1 100644
--- a/ash/common/shelf/wm_shelf.h
+++ b/ash/common/shelf/wm_shelf.h
@@ -24,6 +24,7 @@ class Shelf;
class ShelfLayoutManager;
class ShelfLockingManager;
class ShelfView;
+class StatusAreaWidget;
class WmDimmerView;
class WmShelfObserver;
class WmWindow;
@@ -111,6 +112,7 @@ class ASH_EXPORT WmShelf : public ShelfLayoutManagerObserver {
void RemoveObserver(WmShelfObserver* observer);
void NotifyShelfIconPositionsChanged();
+ StatusAreaWidget* GetStatusAreaWidget() const;
void SetVirtualKeyboardBoundsForTesting(const gfx::Rect& bounds);
ShelfLockingManager* GetShelfLockingManagerForTesting();
« no previous file with comments | « no previous file | ash/common/shelf/wm_shelf.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698