| Index: chrome/browser/ui/views/location_bar/content_setting_image_view.cc
|
| diff --git a/chrome/browser/ui/views/location_bar/content_setting_image_view.cc b/chrome/browser/ui/views/location_bar/content_setting_image_view.cc
|
| index 2f7459bf091c000bf596a298c00be003823117bd..b10aa3c3496eb7eee1e1899cd95caab69f63ca7e 100644
|
| --- a/chrome/browser/ui/views/location_bar/content_setting_image_view.cc
|
| +++ b/chrome/browser/ui/views/location_bar/content_setting_image_view.cc
|
| @@ -153,6 +153,10 @@ void ContentSettingImageView::AnimationCanceled(
|
| AnimationEnded(animation);
|
| }
|
|
|
| +const char* ContentSettingImageView::GetClassName() const {
|
| + return "ContentSettingsImageView";
|
| +}
|
| +
|
| gfx::Size ContentSettingImageView::GetPreferredSize() const {
|
| // Height will be ignored by the LocationBarView.
|
| gfx::Size size(icon_->GetPreferredSize());
|
|
|