| Index: chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_event_router.cc
|
| diff --git a/chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_event_router.cc b/chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_event_router.cc
|
| index bb9bfb9549fca8e0e3b84e0ee381c5ee60d3f6a1..f813d0bfff9448a126843571a874169489b9d71a 100644
|
| --- a/chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_event_router.cc
|
| +++ b/chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_event_router.cc
|
| @@ -1206,6 +1206,14 @@ void BluetoothLowEnergyEventRouter::OnDescriptorWriteRequest(
|
| descriptor->GetIdentifier()));
|
| }
|
|
|
| +void BluetoothLowEnergyEventRouter::OnNotificationsStart(
|
| + const device::BluetoothLocalGattService* service,
|
| + const device::BluetoothLocalGattCharacteristic* characteristic) {}
|
| +
|
| +void BluetoothLowEnergyEventRouter::OnNotificationsStop(
|
| + const device::BluetoothLocalGattService* service,
|
| + const device::BluetoothLocalGattCharacteristic* characteristic) {}
|
| +
|
| void BluetoothLowEnergyEventRouter::OnExtensionUnloaded(
|
| content::BrowserContext* browser_context,
|
| const extensions::Extension* extension,
|
|
|