| Index: chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc
|
| diff --git a/chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc b/chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc
|
| index 8364ec9ee267b8409ecefdcf979e1e87fa638696..2b466066e5dd88274c23467739515ee6ea956e27 100644
|
| --- a/chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc
|
| +++ b/chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc
|
| @@ -86,7 +86,8 @@ void IconLabelBubbleView::Layout() {
|
| }
|
|
|
| void IconLabelBubbleView::SetElideInMiddle(bool elide_in_middle) {
|
| - label_->SetElideInMiddle(elide_in_middle);
|
| + label_->SetElideBehavior(
|
| + elide_in_middle ? views::Label::ELIDE_IN_MIDDLE : views::Label::NO_ELIDE);
|
| }
|
|
|
| gfx::Size IconLabelBubbleView::GetNonLabelSize() const {
|
|
|