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

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

Issue 402303002: bluetoothLowEnergy: Send onServiceAdded after all characteristics are discovered (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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.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 642115978bd75b8cce56c55650068ea6d2911a86..c7a169a4246dcf7537aba126321fe4702379b0c0 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
@@ -241,6 +241,8 @@ class BluetoothLowEnergyEventRouter
device::BluetoothGattService* service) OVERRIDE;
// device::BluetoothGattService::Observer overrides.
+ virtual void GattDiscoveryCompleteForService(
+ device::BluetoothGattService* service) OVERRIDE;
virtual void GattServiceChanged(
device::BluetoothGattService* service) OVERRIDE;
virtual void GattCharacteristicAdded(

Powered by Google App Engine
This is Rietveld 408576698