| Index: ash/system/bluetooth/tray_bluetooth.cc
|
| diff --git a/ash/system/bluetooth/tray_bluetooth.cc b/ash/system/bluetooth/tray_bluetooth.cc
|
| index 9114118df83c0a93eae13a64868aa6aa9338e4c0..9b090df97da2fc153b528cb9eacbe37d171d3516 100644
|
| --- a/ash/system/bluetooth/tray_bluetooth.cc
|
| +++ b/ash/system/bluetooth/tray_bluetooth.cc
|
| @@ -309,6 +309,7 @@ class BluetoothDetailedView : public TrayDetailsView,
|
| HoverHighlightView* container = new HoverHighlightView(this);
|
| container->AddLabel(
|
| rb.GetLocalizedString(IDS_ASH_STATUS_TRAY_BLUETOOTH_MANAGE_DEVICES),
|
| + gfx::ALIGN_LEFT,
|
| gfx::Font::NORMAL);
|
| container->SetEnabled(delegate->GetBluetoothAvailable());
|
| AddChildView(container);
|
|
|