| Index: device/bluetooth/device.h
|
| diff --git a/device/bluetooth/device.h b/device/bluetooth/device.h
|
| index eeda11f21f7da4084c3424bdfbfc73e742db4947..6a72f8caf7a5abda39b1d842fc5bc548aec52d01 100644
|
| --- a/device/bluetooth/device.h
|
| +++ b/device/bluetooth/device.h
|
| @@ -63,9 +63,6 @@ class Device : public mojom::Device, public device::BluetoothAdapter::Observer {
|
| mojom::ServiceInfoPtr ConstructServiceInfoStruct(
|
| const device::BluetoothRemoteGattService& service);
|
|
|
| - void GetCharacteristicsImpl(const std::string& service_id,
|
| - const GetCharacteristicsCallback& callback);
|
| -
|
| const std::string& GetAddress();
|
|
|
| // The current BluetoothAdapter.
|
|
|