Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(490)

Unified Diff: chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_event_router.cc

Issue 1973703002: Implement //device/bt changes for notifications. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@notifications_dbus
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698