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

Unified Diff: ash/mus/bridge/wm_shelf_mus.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/mus/bridge/wm_shelf_mus.cc
diff --git a/ash/mus/bridge/wm_shelf_mus.cc b/ash/mus/bridge/wm_shelf_mus.cc
index f56328c73c76dbb7467176f370b1499ed7d495b4..0ae741bf7ed6f5c07748a42dc17c48305735d523 100644
--- a/ash/mus/bridge/wm_shelf_mus.cc
+++ b/ash/mus/bridge/wm_shelf_mus.cc
@@ -129,6 +129,11 @@ void WmShelfMus::RemoveObserver(WmShelfObserver* observer) {
observers_.RemoveObserver(observer);
}
+StatusAreaWidget* WmShelfMus::GetStatusAreaWidget() {
+ NOTIMPLEMENTED();
+ return nullptr;
+}
+
void WmShelfMus::SetKeyboardBoundsForTesting(const gfx::Rect& bounds) {
NOTIMPLEMENTED();
}
« ash/common/system/tray/tray_background_view.cc ('K') | « ash/mus/bridge/wm_shelf_mus.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698