| Index: chrome/browser/ui/views/content_setting_bubble_contents.cc
|
| diff --git a/chrome/browser/ui/views/content_setting_bubble_contents.cc b/chrome/browser/ui/views/content_setting_bubble_contents.cc
|
| index 993cb292bf48907cf1ad01d4889d8a633fac49f4..79128817051c59b18153012721d1022a274bceb8 100644
|
| --- a/chrome/browser/ui/views/content_setting_bubble_contents.cc
|
| +++ b/chrome/browser/ui/views/content_setting_bubble_contents.cc
|
| @@ -109,7 +109,7 @@ ContentSettingBubbleContents::ContentSettingBubbleContents(
|
| TabContents* tab_contents,
|
| views::View* anchor_view,
|
| views::BubbleBorder::ArrowLocation arrow_location)
|
| - : BubbleDelegateView(anchor_view, arrow_location, SK_ColorWHITE),
|
| + : BubbleDelegateView(anchor_view, arrow_location),
|
| content_setting_bubble_model_(content_setting_bubble_model),
|
| profile_(profile),
|
| tab_contents_(tab_contents),
|
|
|