| Index: chromeos/dbus/fake_bluetooth_device_client.cc
|
| diff --git a/chromeos/dbus/fake_bluetooth_device_client.cc b/chromeos/dbus/fake_bluetooth_device_client.cc
|
| index 46d4ae3fc935722e48eccbc00893679908963967..a74a3e8cbdada4ee57f6fedf2d7f63b87c89edd2 100644
|
| --- a/chromeos/dbus/fake_bluetooth_device_client.cc
|
| +++ b/chromeos/dbus/fake_bluetooth_device_client.cc
|
| @@ -162,6 +162,8 @@ FakeBluetoothDeviceClient::FakeBluetoothDeviceClient()
|
| uuids.push_back("00001801-0000-1000-8000-00805f9b34fb");
|
| properties->uuids.ReplaceValue(uuids);
|
|
|
| + properties->modalias.ReplaceValue("usb:v05ACp030Dd0306");
|
| +
|
| properties_map_[dbus::ObjectPath(kPairedDevicePath)] = properties;
|
| device_list_.push_back(dbus::ObjectPath(kPairedDevicePath));
|
| }
|
|
|