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

Unified Diff: chrome/browser/ui/views/profiles/avatar_menu_bubble_view.cc

Issue 264303006: Support full-screen and single-profile avatar bubbles. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698