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

Unified Diff: ash/common/system/chromeos/ime_menu/ime_menu_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/ime_menu/ime_menu_tray.cc
diff --git a/ash/common/system/chromeos/ime_menu/ime_menu_tray.cc b/ash/common/system/chromeos/ime_menu/ime_menu_tray.cc
index 8e6967e9e4eb5aed2d3e0a0407b3d7e2548273e1..b993680c1e5c23187b5cc570ad2bfa9128db2e27 100644
--- a/ash/common/system/chromeos/ime_menu/ime_menu_tray.cc
+++ b/ash/common/system/chromeos/ime_menu/ime_menu_tray.cc
@@ -368,7 +368,6 @@ void ImeMenuTray::ShowImeMenuBubble() {
should_block_shelf_auto_hide_ = true;
views::TrayBubbleView::InitParams init_params(
GetAnchorAlignment(), minimum_menu_width, minimum_menu_width);
- init_params.can_activate = true;
init_params.close_on_deactivate = true;
views::TrayBubbleView* bubble_view =
« no previous file with comments | « no previous file | ash/common/system/chromeos/palette/palette_tray.cc » ('j') | ui/views/bubble/bubble_border_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698