| Index: ash/common/system/chromeos/bluetooth/tray_bluetooth.cc
|
| diff --git a/ash/common/system/chromeos/bluetooth/tray_bluetooth.cc b/ash/common/system/chromeos/bluetooth/tray_bluetooth.cc
|
| index 80a3cbc0d90f16c0049e4867636536e62a3cd3db..e0ca270776751d1116bfa03f26dbcc7bdb4710b4 100644
|
| --- a/ash/common/system/chromeos/bluetooth/tray_bluetooth.cc
|
| +++ b/ash/common/system/chromeos/bluetooth/tray_bluetooth.cc
|
| @@ -348,7 +348,7 @@ class BluetoothDetailedView : public TrayDetailsView {
|
| } else if (connecting) {
|
| SetupConnectingItem(container, text, image);
|
| } else {
|
| - container->AddIconAndLabel(image, text, false);
|
| + container->AddIconAndLabel(image, text);
|
| }
|
| scroll_content()->AddChildView(container);
|
| return container;
|
|
|