Index: chrome/browser/ui/views/profiles/avatar_menu_bubble_view.cc |
diff --git a/chrome/browser/ui/views/profiles/avatar_menu_bubble_view.cc b/chrome/browser/ui/views/profiles/avatar_menu_bubble_view.cc |
index 710e5e08ba1c6836caf59d4b96f5822a22021152..2d7dd87852fafb98b25648ad043db498153ddf10 100644 |
--- a/chrome/browser/ui/views/profiles/avatar_menu_bubble_view.cc |
+++ b/chrome/browser/ui/views/profiles/avatar_menu_bubble_view.cc |
@@ -491,7 +491,6 @@ void AvatarMenuBubbleView::ShowBubble( |
if (IsShowing()) |
return; |
- DCHECK(chrome::IsCommandEnabled(browser, IDC_SHOW_AVATAR_MENU)); |
Peter Kasting
2014/05/07 20:58:44
So it actually makes sense to show the menu in the
msw
2014/05/07 21:31:07
When enabling the command also enables the Ctrl+Sh
Peter Kasting
2014/05/07 21:33:36
Consider:
F11, ctrl-D
This bookmarks the current
msw
2014/05/07 21:47:43
That's reasonable, but is it worth adding this fun
Peter Kasting
2014/05/07 21:50:05
Are we really adding functionality? I thought all
msw
2014/05/07 23:19:18
The latest patch set adds support for the command
|
avatar_bubble_ = new AvatarMenuBubbleView( |
anchor_view, arrow, anchor_rect, browser); |
views::BubbleDelegateView::CreateBubble(avatar_bubble_); |