summaryrefslogtreecommitdiffstats
path: root/device/bluetooth/bluetooth_device_win.cc
diff options
context:
space:
mode:
authordeymo@chromium.org <deymo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-18 06:55:41 +0000
committerdeymo@chromium.org <deymo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-18 06:55:41 +0000
commiteb72b66c329a1d94320678bcd28db8041f006e5f (patch)
tree5fb974b6c2643ee963e30c6a0a14797d2ded9cf3 /device/bluetooth/bluetooth_device_win.cc
parentb18583c0cec47182ea06949100d56acef713ff29 (diff)
downloadchromium_src-eb72b66c329a1d94320678bcd28db8041f006e5f.zip
chromium_src-eb72b66c329a1d94320678bcd28db8041f006e5f.tar.gz
chromium_src-eb72b66c329a1d94320678bcd28db8041f006e5f.tar.bz2
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
Diffstat (limited to 'device/bluetooth/bluetooth_device_win.cc')
-rw-r--r--device/bluetooth/bluetooth_device_win.cc2
1 files changed, 1 insertions, 1 deletions
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();
}