| 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 21a896d9320f7719d6e5f79a5da186e315568afd..1947e88b291df43700439f41d0a72c6acfa2e646 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
|
| @@ -75,7 +75,7 @@ ContentSettingImageView::ContentSettingImageView(
|
| parent_background_color,
|
| SkColorGetA(background_image_color)));
|
| text_label_->SetHorizontalAlignment(gfx::ALIGN_LEFT);
|
| - text_label_->SetElideBehavior(views::Label::NO_ELIDE);
|
| + text_label_->SetElideBehavior(gfx::TRUNCATE);
|
| AddChildView(text_label_);
|
|
|
| slide_animator_.SetSlideDuration(kAnimationDurationMS);
|
|
|