| 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 0bd4759e7a8e036186f21fa085fc439fa9a10880..23117405503ab9276781de36214cac2555d744af 100644
|
| --- a/ash/common/system/chromeos/bluetooth/tray_bluetooth.cc
|
| +++ b/ash/common/system/chromeos/bluetooth/tray_bluetooth.cc
|
| @@ -332,6 +332,7 @@ class BluetoothDetailedView : public TrayDetailsView {
|
| SystemTrayDelegate* delegate = WmShell::Get()->system_tray_delegate();
|
| if (view == manage_devices_) {
|
| delegate->ManageBluetoothDevices();
|
| + owner()->system_tray()->CloseSystemBubble();
|
| return;
|
| }
|
|
|
|
|