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

Unified Diff: ash/popup_message.cc

Issue 413433002: Refactor BubbleDelegateView::use_focuseless() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nit + rebase Created 6 years, 5 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/ime/mode_indicator_view.cc ('k') | ash/shelf/overflow_bubble_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/popup_message.cc
diff --git a/ash/popup_message.cc b/ash/popup_message.cc
index b83ba9115703127291eed913ca5cea9edfbe7ed0..4696e812961aa43027d3380492ca2a556a60db5a 100644
--- a/ash/popup_message.cc
+++ b/ash/popup_message.cc
@@ -84,7 +84,7 @@ PopupMessage::MessageBubble::MessageBubble(const base::string16& caption,
set_anchor_view_insets(insets);
set_close_on_esc(false);
set_close_on_deactivate(false);
- set_use_focusless(true);
+ set_can_activate(false);
set_accept_events(false);
set_margins(gfx::Insets(kMessageTopBottomMargin, kMessageLeftRightMargin,
« no previous file with comments | « ash/ime/mode_indicator_view.cc ('k') | ash/shelf/overflow_bubble_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698