| Index: device/bluetooth/bluetooth_device_chromeos.cc
|
| diff --git a/device/bluetooth/bluetooth_device_chromeos.cc b/device/bluetooth/bluetooth_device_chromeos.cc
|
| index f083ebe47ac674bd4fb04278bedf9c858dddd09e..ce73ffe38b0a6cea76c7c41b2166b64ef5d8b381 100644
|
| --- a/device/bluetooth/bluetooth_device_chromeos.cc
|
| +++ b/device/bluetooth/bluetooth_device_chromeos.cc
|
| @@ -450,6 +450,13 @@ void BluetoothDeviceChromeOS::ConnectToService(
|
| error_callback);
|
| }
|
|
|
| +void BluetoothDeviceChromeOS::CreateGattConnection(
|
| + const GattConnectionCallback& callback,
|
| + const ConnectErrorCallback& error_callback) {
|
| + // TODO(armansito): Implement.
|
| + error_callback.Run(ERROR_UNKNOWN);
|
| +}
|
| +
|
| void BluetoothDeviceChromeOS::StartConnectionMonitor(
|
| const base::Closure& callback,
|
| const ErrorCallback& error_callback) {
|
|
|