| 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 2862001530c85f28bf29c9189ead96da1b470516..2469c08981614ef72ad4f6eab62c60683d26ae4f 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
|
| @@ -357,6 +357,10 @@ class BluetoothLowEnergyEventRouter
|
| void AddServiceToApp(const std::string& app_id,
|
| const std::string& service_id);
|
|
|
| + // Removes a mapping for a service_id to the id of the app that owns it.
|
| + void RemoveServiceFromApp(const std::string& app_id,
|
| + const std::string& service_id);
|
| +
|
| // Register a local GATT service.
|
| void RegisterGattService(const Extension* extension,
|
| const std::string& service_id,
|
|
|