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( |