| 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 5e876fded86e75bf198c25be6ba5a8ddfd047a31..ef6ffd1056aa3ce41ef1c4659978654b86714f61 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
|
| @@ -52,7 +52,7 @@ class ContentSettingImageView : public views::ImageView,
|
| virtual void InfoBubbleClosing(InfoBubble* info_bubble,
|
| bool closed_by_escape);
|
| virtual bool CloseOnEscape();
|
| - virtual bool FadeInOnShow() { return false; }
|
| + virtual bool FadeInOnShow();
|
|
|
| // ui::LinearAnimation override:
|
| virtual void AnimateToState(double state);
|
|
|