| Index: content/renderer/bluetooth/bluetooth_dispatcher.h
|
| diff --git a/content/renderer/bluetooth/bluetooth_dispatcher.h b/content/renderer/bluetooth/bluetooth_dispatcher.h
|
| index c93d66fadf3234051ba7eb9d7e4c6522c1263292..0848dc9da90069c0f3f70448546feee661202ba4 100644
|
| --- a/content/renderer/bluetooth/bluetooth_dispatcher.h
|
| +++ b/content/renderer/bluetooth/bluetooth_dispatcher.h
|
| @@ -216,10 +216,6 @@ class BluetoothDispatcher : public WorkerThread::Observer {
|
| void OnReadValueError(int thread_id,
|
| int request_id,
|
| blink::WebBluetoothError error);
|
| - void OnWriteValueSuccess(int thread_id, int request_id);
|
| - void OnWriteValueError(int thread_id,
|
| - int request_id,
|
| - blink::WebBluetoothError error);
|
| void OnStartNotificationsSuccess(int thread_id, int request_id);
|
| void OnStartNotificationsError(int thread_id,
|
| int request_id,
|
| @@ -257,8 +253,6 @@ class BluetoothDispatcher : public WorkerThread::Observer {
|
| // Tracks requests to read from a characteristics.
|
| IDMap<blink::WebBluetoothReadValueCallbacks, IDMapOwnPointer>
|
| pending_read_value_requests_;
|
| - IDMap<BluetoothWriteValueRequest, IDMapOwnPointer>
|
| - pending_write_value_requests_;
|
| IDMap<BluetoothNotificationsRequest, IDMapOwnPointer>
|
| pending_notifications_requests_;
|
|
|
|
|