| Index: content/renderer/bluetooth/bluetooth_dispatcher.h
|
| diff --git a/content/renderer/bluetooth/bluetooth_dispatcher.h b/content/renderer/bluetooth/bluetooth_dispatcher.h
|
| index 04f3bbfc878816ff02155e4f1a47e946255c1924..d0ef39e1a160186b28bfe1f1b2552a23933934b4 100644
|
| --- a/content/renderer/bluetooth/bluetooth_dispatcher.h
|
| +++ b/content/renderer/bluetooth/bluetooth_dispatcher.h
|
| @@ -175,10 +175,10 @@ class BluetoothDispatcher : public WorkerThread::Observer {
|
| void OnGetPrimaryServiceError(int thread_id,
|
| int request_id,
|
| blink::WebBluetoothError error);
|
| - void OnGetCharacteristicSuccess(
|
| - int thread_id,
|
| - int request_id,
|
| - const std::string& characteristic_instance_id);
|
| + void OnGetCharacteristicSuccess(int thread_id,
|
| + int request_id,
|
| + const std::string& characteristic_instance_id,
|
| + uint32 characteristic_properties);
|
| void OnGetCharacteristicError(int thread_id,
|
| int request_id,
|
| blink::WebBluetoothError error);
|
|
|