| 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 21515ff5f232eca50360d97fd6a58e6cbac85792..2393f692a8dce750c4ff158e8d66db2a362053a9 100644
|
| --- a/content/browser/bluetooth/bluetooth_dispatcher_host.cc
|
| +++ b/content/browser/bluetooth/bluetooth_dispatcher_host.cc
|
| @@ -622,7 +622,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;
|
| }
|
| }
|
|
|