Index: device/bluetooth/bluetooth_device_win.h |
diff --git a/device/bluetooth/bluetooth_device_win.h b/device/bluetooth/bluetooth_device_win.h |
index b17a1fc523d07cabbb83ea37b72d1a5813804a13..b403cf6dff4231052fb451621fdcd0c57bab5ebc 100644 |
--- a/device/bluetooth/bluetooth_device_win.h |
+++ b/device/bluetooth/bluetooth_device_win.h |
@@ -68,6 +68,9 @@ class BluetoothDeviceWin : public BluetoothDevice { |
const BluetoothUUID& uuid, |
const ConnectToServiceCallback& callback, |
const ConnectToServiceErrorCallback& error_callback) OVERRIDE; |
+ virtual void CreateGattConnection( |
+ const GattConnectionCallback& callback, |
+ const ConnectErrorCallback& error_callback) OVERRIDE; |
virtual void StartConnectionMonitor( |
const base::Closure& callback, |
const ErrorCallback& error_callback) OVERRIDE; |