| 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 be5c7fb0bf805f9e7c0b741a415f0eee2f1c1096..b3424657a5875c731952081688995c2b3e3b2782 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
|
| @@ -227,6 +227,10 @@ bool ContentSettingImageView::CloseOnEscape() {
|
| return true;
|
| }
|
|
|
| +bool ContentSettingImageView::FadeInOnShow() {
|
| + return false;
|
| +}
|
| +
|
| void ContentSettingImageView::AnimateToState(double state) {
|
| if (state >= 1.0) {
|
| // Animaton is over, clear the variables.
|
|
|