| Index: ash/system/bluetooth/tray_bluetooth.cc
|
| diff --git a/ash/system/bluetooth/tray_bluetooth.cc b/ash/system/bluetooth/tray_bluetooth.cc
|
| index 7c07e27e6f398c1cbfc911df68a360453908b086..6b035f0b7148f01138dccf69b8a2942bf554a649 100644
|
| --- a/ash/system/bluetooth/tray_bluetooth.cc
|
| +++ b/ash/system/bluetooth/tray_bluetooth.cc
|
| @@ -138,7 +138,7 @@ class BluetoothDetailedView : public TrayDetailsView,
|
| connected_devices_.push_back(list[i]);
|
| else if (list[i].paired)
|
| paired_not_connected_devices_.push_back(list[i]);
|
| - else if (list[i].visible)
|
| + else
|
| discovered_not_paired_devices_.push_back(list[i]);
|
| }
|
| }
|
|
|