| Index: chrome/browser/ui/views/location_bar/content_setting_image_view.h
|
| diff --git a/chrome/browser/ui/views/location_bar/content_setting_image_view.h b/chrome/browser/ui/views/location_bar/content_setting_image_view.h
|
| index f68232fc2c1baa58401f3d208a7db741f4b6e24e..ec4c5b11f9f10daf2c683da8bdd23f40a36ce2b9 100644
|
| --- a/chrome/browser/ui/views/location_bar/content_setting_image_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/content_setting_image_view.h
|
| @@ -37,6 +37,7 @@ class ContentSettingImageView : public IconLabelBubbleView,
|
| public gfx::AnimationDelegate,
|
| public views::WidgetObserver {
|
| public:
|
| + // TODO(estade): remove |text_color| because it isn't necessary for MD.
|
| ContentSettingImageView(ContentSettingsType content_type,
|
| LocationBarView* parent,
|
| const gfx::FontList& font_list,
|
| @@ -56,7 +57,9 @@ class ContentSettingImageView : public IconLabelBubbleView,
|
| // intervening "stay open" period.
|
| static const int kAnimationDurationMS;
|
|
|
| - // IconLabelBubbleView::
|
| + // IconLabelBubbleView:
|
| + SkColor GetTextColor() const override;
|
| + SkColor GetBorderColor() const override;
|
| bool ShouldShowBackground() const override;
|
| double WidthMultiplier() const override;
|
|
|
|
|