| Index: content/browser/bluetooth/bluetooth_dispatcher_host.cc
|
| diff --git a/content/browser/bluetooth/bluetooth_dispatcher_host.cc b/content/browser/bluetooth/bluetooth_dispatcher_host.cc
|
| index a64e53ba7e2853265e957908f621e0f746f5f8f4..d10d56e1266d48b1f242041cffe9db05d790b299 100644
|
| --- a/content/browser/bluetooth/bluetooth_dispatcher_host.cc
|
| +++ b/content/browser/bluetooth/bluetooth_dispatcher_host.cc
|
| @@ -624,7 +624,8 @@ void BluetoothDispatcherHost::OnGetCharacteristic(
|
| // TODO(ortuno): Use generated instance ID instead.
|
| // https://crbug.com/495379
|
| Send(new BluetoothMsg_GetCharacteristicSuccess(
|
| - thread_id, request_id, characteristic_instance_id));
|
| + thread_id, request_id, characteristic_instance_id,
|
| + static_cast<uint32>(characteristic->GetProperties())));
|
| return;
|
| }
|
| }
|
|
|