| Index: chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc
|
| diff --git a/chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc b/chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc
|
| index d367d50404b5b4645bc54c2df4ceb05144bf83ed..820342371222edd74284c6b9b9802c606f2c0a85 100644
|
| --- a/chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc
|
| +++ b/chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc
|
| @@ -45,9 +45,6 @@ static const int kTitlePadding = 4;
|
| // of the field's left edge.
|
| static const int kMinimumFieldSize = 180;
|
|
|
| -// TODO(msw): Get color from theme/window color.
|
| -static const SkColor kColor = SK_ColorWHITE;
|
| -
|
| // Declared in browser_dialogs.h so callers don't have to depend on our header.
|
|
|
| namespace browser {
|
| @@ -244,7 +241,7 @@ BookmarkBubbleView::BookmarkBubbleView(views::View* anchor_view,
|
| Profile* profile,
|
| const GURL& url,
|
| bool newly_bookmarked)
|
| - : BubbleDelegateView(anchor_view, views::BubbleBorder::TOP_RIGHT, kColor),
|
| + : BubbleDelegateView(anchor_view, views::BubbleBorder::TOP_RIGHT),
|
| profile_(profile),
|
| url_(url),
|
| newly_bookmarked_(newly_bookmarked),
|
|
|