Index: device/bluetooth/bluetooth_device_experimental_chromeos.h |
diff --git a/device/bluetooth/bluetooth_device_experimental_chromeos.h b/device/bluetooth/bluetooth_device_experimental_chromeos.h |
index fce7cd4feba55427c018f375fe4ec53da2be92a6..18b48e9ebdc1fa155d4f7686d9ab8cd529f5ad82 100644 |
--- a/device/bluetooth/bluetooth_device_experimental_chromeos.h |
+++ b/device/bluetooth/bluetooth_device_experimental_chromeos.h |
@@ -173,6 +173,15 @@ class BluetoothDeviceExperimentalChromeOS |
// pairing. Returns true if any callbacks were run, false if not. |
bool RunPairingCallbacks(Status status); |
+ // Called by dbus:: on completion of the D-Bus method call to |
+ // connect a peofile. |
+ void OnConnectProfile(device::BluetoothProfile* profile, |
+ const base::Closure& callback); |
+ void OnConnectProfileError(device::BluetoothProfile* profile, |
+ const ErrorCallback& error_callback, |
+ const std::string& error_name, |
+ const std::string& error_message); |
+ |
// Return the object path of the device; used by |
// BluetoothAdapterExperimentalChromeOS |
const dbus::ObjectPath& object_path() const { return object_path_; } |