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

Unified Diff: ash/common/system/chromeos/palette/palette_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/chromeos/palette/palette_tray.cc
diff --git a/ash/common/system/chromeos/palette/palette_tray.cc b/ash/common/system/chromeos/palette/palette_tray.cc
index 2cfc5b8af776a8d412eed64d2739ccf4990423d4..b0c613f6aec09bca7b6ddb3605cdc1ad9b66b137 100644
--- a/ash/common/system/chromeos/palette/palette_tray.cc
+++ b/ash/common/system/chromeos/palette/palette_tray.cc
@@ -240,7 +240,6 @@ bool PaletteTray::ShowPalette() {
views::TrayBubbleView::InitParams init_params(GetAnchorAlignment(),
kPaletteWidth, kPaletteWidth);
- init_params.can_activate = true;
init_params.close_on_deactivate = true;
DCHECK(tray_container());

Powered by Google App Engine
This is Rietveld 408576698