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

Unified Diff: device/bluetooth/bluetooth_device.h

Issue 1948763003: Adding support for service scan on OS X (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cleanup
Patch Set: Adding disconnect with error 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: device/bluetooth/bluetooth_device.h
diff --git a/device/bluetooth/bluetooth_device.h b/device/bluetooth/bluetooth_device.h
index 2d7f4b96d6991375155559beb44fb2ee72ea7b53..ab5f6b7d6e9d6c9ca3c593ca99d922a401d68cea 100644
--- a/device/bluetooth/bluetooth_device.h
+++ b/device/bluetooth/bluetooth_device.h
@@ -509,7 +509,7 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothDevice {
// Under normal behavior it is expected that after CreateGattConnectionImpl
// an platform will call DidConnectGatt or DidFailToConnectGatt, but not
// DidDisconnectGatt.
- void DidConnectGatt();
+ virtual void DidConnectGatt();
void DidFailToConnectGatt(ConnectErrorCode);
void DidDisconnectGatt();

Powered by Google App Engine
This is Rietveld 408576698