| Index: ash/common/system/chromeos/cast/tray_cast.cc
|
| diff --git a/ash/common/system/chromeos/cast/tray_cast.cc b/ash/common/system/chromeos/cast/tray_cast.cc
|
| index 9da8418ddff494496e542ccb5f7cf3d9f7178124..efab10678871c43af41373b15bf90c8c77fddf05 100644
|
| --- a/ash/common/system/chromeos/cast/tray_cast.cc
|
| +++ b/ash/common/system/chromeos/cast/tray_cast.cc
|
| @@ -402,10 +402,7 @@ views::View* CastDetailedView::AddToReceiverList(
|
| gfx::CreateVectorIcon(kSystemMenuCastDeviceIcon, kMenuIconColor);
|
|
|
| HoverHighlightView* container = new HoverHighlightView(this);
|
| - container->AddIconAndLabelCustomSize(
|
| - image, base::UTF8ToUTF16(sink_route->sink->name), false,
|
| - kTrayPopupDetailsIconWidth, kTrayPopupPaddingHorizontal,
|
| - kTrayPopupPaddingBetweenItems);
|
| + container->AddIconAndLabel(image, base::UTF8ToUTF16(sink_route->sink->name));
|
|
|
| scroll_content()->AddChildView(container);
|
| return container;
|
|
|