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

Unified Diff: ash/common/system/tray/hover_highlight_view.cc

Issue 2330403002: Do not activate system tray bubble by default (Closed)
Patch Set: Do not activate system tray bubble by default Created 4 years, 3 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 | « ash/common/system/tray/actionable_view.cc ('k') | ash/common/system/tray/system_tray.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/tray/hover_highlight_view.cc
diff --git a/ash/common/system/tray/hover_highlight_view.cc b/ash/common/system/tray/hover_highlight_view.cc
index 765dd58c6a3dc6452ab3f96376bd0815f81d0248..1cf88c154fb6b2e2266a7f6298d19eef69d0bb41 100644
--- a/ash/common/system/tray/hover_highlight_view.cc
+++ b/ash/common/system/tray/hover_highlight_view.cc
@@ -33,7 +33,9 @@ const gfx::FontList& GetFontList(bool highlight) {
namespace ash {
HoverHighlightView::HoverHighlightView(ViewClickListener* listener)
- : listener_(listener), highlight_color_(kHoverBackgroundColor) {
+ : ActionableView(nullptr),
+ listener_(listener),
+ highlight_color_(kHoverBackgroundColor) {
set_notify_enter_exit_on_child(true);
}
« no previous file with comments | « ash/common/system/tray/actionable_view.cc ('k') | ash/common/system/tray/system_tray.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698