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

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 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/common/shelf/wm_shelf.h
diff --git a/ash/common/shelf/wm_shelf.h b/ash/common/shelf/wm_shelf.h
index df9f5c18d3a36c5b0bf7d8f0e6e21c7e86f67a3a..a8a0995d51da4cb0fc6334335525bcd5d173ec67 100644
--- a/ash/common/shelf/wm_shelf.h
+++ b/ash/common/shelf/wm_shelf.h
@@ -23,6 +23,7 @@ class ShelfView;
class WmDimmerView;
class WmShelfObserver;
class WmWindow;
+class StatusAreaWidget;
James Cook 2016/08/11 20:36:54 nit: alphabetize
yiyix 2016/08/18 00:42:59 Done.
// Used for accessing global state.
class ASH_EXPORT WmShelf {
@@ -102,6 +103,8 @@ class ASH_EXPORT WmShelf {
virtual void AddObserver(WmShelfObserver* observer) = 0;
virtual void RemoveObserver(WmShelfObserver* observer) = 0;
+ virtual StatusAreaWidget* GetStatusAreaWidget() = 0;
+
// Simulates a virtual keyboard bounds update.
virtual void SetKeyboardBoundsForTesting(const gfx::Rect& bounds) = 0;

Powered by Google App Engine
This is Rietveld 408576698