| Index: chrome/browser/ui/views/frame/browser_view.cc
|
| diff --git a/chrome/browser/ui/views/frame/browser_view.cc b/chrome/browser/ui/views/frame/browser_view.cc
|
| index 2fcd6cd00ca6ae5542e909ce6f7c5cc2794060a4..741a976b473d1f7cda130e6145ed4abb25c33c6a 100644
|
| --- a/chrome/browser/ui/views/frame/browser_view.cc
|
| +++ b/chrome/browser/ui/views/frame/browser_view.cc
|
| @@ -2431,8 +2431,8 @@ void BrowserView::ShowAvatarBubbleFromAvatarButton(
|
| views::BubbleBorder::PAINT_NORMAL;
|
| AvatarMenuBubbleView::ShowBubble(anchor_view, arrow, arrow_paint_type,
|
| alignment, bounds, browser());
|
| - ProfileMetrics::LogProfileOpenMethod(ProfileMetrics::ICON_AVATAR_BUBBLE);
|
| }
|
| + ProfileMetrics::LogProfileOpenMethod(ProfileMetrics::ICON_AVATAR_BUBBLE);
|
| }
|
|
|
| int BrowserView::GetRenderViewHeightInsetWithDetachedBookmarkBar() {
|
|
|