Index: device/bluetooth/bluetooth_device_chromeos.h |
diff --git a/device/bluetooth/bluetooth_device_chromeos.h b/device/bluetooth/bluetooth_device_chromeos.h |
index 9085eae72e0fadeb20b3d9bd60953c5824084de1..21f27c317ba8df6162618d1adbb9d8f1f59308cd 100644 |
--- a/device/bluetooth/bluetooth_device_chromeos.h |
+++ b/device/bluetooth/bluetooth_device_chromeos.h |
@@ -71,6 +71,9 @@ class BluetoothDeviceChromeOS |
const device::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; |