| Index: ash/launcher/launcher_tooltip_manager.cc
|
| ===================================================================
|
| --- ash/launcher/launcher_tooltip_manager.cc (revision 200651)
|
| +++ ash/launcher/launcher_tooltip_manager.cc (working copy)
|
| @@ -103,7 +103,6 @@
|
| label_ = new views::Label;
|
| label_->SetHorizontalAlignment(gfx::ALIGN_LEFT);
|
| label_->SetEnabledColor(kTooltipTextColor);
|
| - label_->SetElideBehavior(views::Label::ELIDE_AT_END);
|
| AddChildView(label_);
|
| views::BubbleDelegateView::CreateBubble(this);
|
| }
|
|
|