| Index: chrome/browser/ui/ash/system_tray_delegate_chromeos.cc
|
| diff --git a/chrome/browser/ui/ash/system_tray_delegate_chromeos.cc b/chrome/browser/ui/ash/system_tray_delegate_chromeos.cc
|
| index 2520e8a4ef42ee628d6953cf1977800ea42e80fc..5df2ea5b30165d6d159baede0c814bdb8533d9cd 100644
|
| --- a/chrome/browser/ui/ash/system_tray_delegate_chromeos.cc
|
| +++ b/chrome/browser/ui/ash/system_tray_delegate_chromeos.cc
|
| @@ -627,6 +627,7 @@ void SystemTrayDelegateChromeOS::GetAvailableBluetoothDevices(
|
| ash::BluetoothDeviceInfo info;
|
| info.address = device->GetAddress();
|
| info.display_name = device->GetName();
|
| + info.device_type = device->GetDeviceType();
|
| info.connected = device->IsConnected();
|
| info.connecting = device->IsConnecting();
|
| info.paired = device->IsPaired();
|
|
|