| Index: chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_event_router.h
|
| diff --git a/chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_event_router.h b/chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_event_router.h
|
| index c35393d7451a9afdf169d1aa736a1b178a9a828f..8cdd3bd5743129738161cb4b1fe0782a5cda95b7 100644
|
| --- a/chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_event_router.h
|
| +++ b/chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_event_router.h
|
| @@ -320,11 +320,6 @@ class BluetoothLowEnergyEventRouter
|
| const base::Closure& callback,
|
| scoped_ptr<device::BluetoothGattConnection> connection);
|
|
|
| - // Called by BluetoothGattConnection in response to a call to Disconnect.
|
| - void OnDisconnect(const std::string& extension_id,
|
| - const std::string& device_address,
|
| - const base::Closure& callback);
|
| -
|
| // Called by BluetoothGattCharacteristic and BluetoothGattDescriptor in
|
| // case of an error during the read/write operations.
|
| void OnError(const ErrorCallback& error_callback,
|
|
|