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 1947e88b291df43700439f41d0a72c6acfa2e646..2f7459bf091c000bf596a298c00be003823117bd 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(gfx::TRUNCATE); |
+ text_label_->SetElideBehavior(gfx::NO_ELIDE); |
AddChildView(text_label_); |
slide_animator_.SetSlideDuration(kAnimationDurationMS); |