| Index: chrome/browser/ui/views/avatar_menu_bubble_view.cc
|
| diff --git a/chrome/browser/ui/views/avatar_menu_bubble_view.cc b/chrome/browser/ui/views/avatar_menu_bubble_view.cc
|
| index 6074c18d243f1eda4ffd9da4a5474e334cc61b20..793cfcedfaa28d79049de83a1f26abc761e0a8f7 100644
|
| --- a/chrome/browser/ui/views/avatar_menu_bubble_view.cc
|
| +++ b/chrome/browser/ui/views/avatar_menu_bubble_view.cc
|
| @@ -30,9 +30,6 @@
|
|
|
| namespace {
|
|
|
| -// TODO(msw): Get color from theme/window color.
|
| -const SkColor kColor = SK_ColorWHITE;
|
| -
|
| const int kItemHeight = 44;
|
| const int kItemMarginY = 4;
|
| const int kIconMarginX = 6;
|
| @@ -342,7 +339,7 @@ AvatarMenuBubbleView::AvatarMenuBubbleView(
|
| views::BubbleBorder::ArrowLocation arrow_location,
|
| const gfx::Rect& anchor_rect,
|
| Browser* browser)
|
| - : BubbleDelegateView(anchor_view, arrow_location, kColor),
|
| + : BubbleDelegateView(anchor_view, arrow_location),
|
| add_profile_link_(NULL),
|
| anchor_rect_(anchor_rect),
|
| browser_(browser) {
|
|
|