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