From eb72b66c329a1d94320678bcd28db8041f006e5f Mon Sep 17 00:00:00 2001 From: "deymo@chromium.org" Date: Tue, 18 Dec 2012 06:55:41 +0000 Subject: bluetooth: ConnectErrorCode added in the BluetoothDevice::Connect error callback Currently, only the interface is changed to accept an error callback with one ConnectErrorCode argument, but all the functions will pass UNKNOW_ERROR. BUG=chromium-os:27902 TEST=build it for chromeos daisy. Review URL: https://chromiumcodereview.appspot.com/11485014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173656 0039d316-1c4b-4281-b951-d872f2087c98 --- device/bluetooth/bluetooth_device_win.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'device/bluetooth/bluetooth_device_win.cc') diff --git a/device/bluetooth/bluetooth_device_win.cc b/device/bluetooth/bluetooth_device_win.cc index 5b6cd9c..14fe785 100644 --- a/device/bluetooth/bluetooth_device_win.cc +++ b/device/bluetooth/bluetooth_device_win.cc @@ -65,7 +65,7 @@ bool BluetoothDeviceWin::ExpectingConfirmation() const { void BluetoothDeviceWin::Connect( PairingDelegate* pairing_delegate, const base::Closure& callback, - const ErrorCallback& error_callback) { + const ConnectErrorCallback& error_callback) { NOTIMPLEMENTED(); } -- cgit v1.1