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

Unified Diff: ash/common/system/chromeos/ime_menu/ime_menu_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: merge 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/system/chromeos/ime_menu/ime_menu_tray.h
diff --git a/ash/common/system/chromeos/ime_menu/ime_menu_tray.h b/ash/common/system/chromeos/ime_menu/ime_menu_tray.h
index c10eb98478e2bc2cfb834708286a351a289fa951..0e7682835533e30f7250838cfba638d803e0393a 100644
--- a/ash/common/system/chromeos/ime_menu/ime_menu_tray.h
+++ b/ash/common/system/chromeos/ime_menu/ime_menu_tray.h
@@ -19,6 +19,7 @@ class Label;
namespace ash {
class StatusAreaWidget;
+class WmShelfObserver;
class WmWindow;
// The tray item for IME menu, which shows the detailed view of a null single
@@ -27,7 +28,7 @@ class ASH_EXPORT ImeMenuTray : public TrayBackgroundView,
public IMEObserver,
public views::TrayBubbleView::Delegate {
public:
- explicit ImeMenuTray(WmShelf* wm_shelf);
+ explicit ImeMenuTray(WmShelf* wm_shelf, WmShelfObserver* wm_shelf_observer);
James Cook 2016/08/09 00:25:17 no explicit We only use explicit for single-param
yiyix 2016/08/11 01:23:18 Done.
~ImeMenuTray() override;
// TrayBackgroundView:

Powered by Google App Engine
This is Rietveld 408576698