| Index: device/bluetooth/bluetooth_device_chromeos.h
|
| diff --git a/device/bluetooth/bluetooth_device_chromeos.h b/device/bluetooth/bluetooth_device_chromeos.h
|
| index 21f27c317ba8df6162618d1adbb9d8f1f59308cd..b7247f5571a23ee449052b39f2ced3745d86b27a 100644
|
| --- a/device/bluetooth/bluetooth_device_chromeos.h
|
| +++ b/device/bluetooth/bluetooth_device_chromeos.h
|
| @@ -119,6 +119,7 @@ class BluetoothDeviceChromeOS
|
| const ConnectErrorCallback& error_callback);
|
| void OnConnect(bool after_pairing,
|
| const base::Closure& callback);
|
| + void OnCreateGattConnection(const GattConnectionCallback& callback);
|
| void OnConnectError(bool after_pairing,
|
| const ConnectErrorCallback& error_callback,
|
| const std::string& error_name,
|
|
|