| 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 8d9d347820e3b5044315de704a9d22143d2453ec..832d682e98e807ce459336152f09077681b6b8c5 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
|
| @@ -41,7 +41,9 @@ class ContentSettingImageView : public LocationBarDecorationView,
|
| public:
|
| ContentSettingImageView(ContentSettingsType content_type,
|
| const int background_images[],
|
| - LocationBarView* parent);
|
| + LocationBarView* parent,
|
| + const gfx::Font& font,
|
| + SkColor font_color);
|
| virtual ~ContentSettingImageView();
|
|
|
| virtual void Update(TabContents* tab_contents) OVERRIDE;
|
|
|