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

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

Issue 2555373004: Apply new MD shadows to CrOS tray bubbles. (Closed)
Patch Set: . Created 4 years 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/tray/system_tray.cc
diff --git a/ash/common/system/tray/system_tray.cc b/ash/common/system/tray/system_tray.cc
index cb725a9d4b6603c4ed781c986ee97dd0e596ddcb..e84f0bc8a41840228a6a17aea0b50a1cf732ffe7 100644
--- a/ash/common/system/tray/system_tray.cc
+++ b/ash/common/system/tray/system_tray.cc
@@ -584,8 +584,6 @@ void SystemTray::ShowItems(const std::vector<SystemTrayItem*>& items,
TrayBubbleView::InitParams init_params(GetAnchorAlignment(), menu_width,
kTrayPopupMaxWidth);
- // TODO(oshima): Change TrayBubbleView itself.
- init_params.can_activate = false;
if (detailed) {
// This is the case where a volume control or brightness control bubble
// is created.

Powered by Google App Engine
This is Rietveld 408576698