| Index: device/bluetooth/bluetooth_device_chromeos.cc
|
| diff --git a/device/bluetooth/bluetooth_device_chromeos.cc b/device/bluetooth/bluetooth_device_chromeos.cc
|
| index b76c5121bbf7064a23a7f0e7ef3735f0939b7a9b..d45ea7b5f7c6a179d3accff8200e9b8f83772148 100644
|
| --- a/device/bluetooth/bluetooth_device_chromeos.cc
|
| +++ b/device/bluetooth/bluetooth_device_chromeos.cc
|
| @@ -395,7 +395,6 @@ void BluetoothDeviceChromeOS::ClearOutOfBandPairingData(
|
|
|
| BluetoothPairingChromeOS* BluetoothDeviceChromeOS::BeginPairing(
|
| BluetoothDevice::PairingDelegate* pairing_delegate) {
|
| - DCHECK(!pairing_);
|
| pairing_.reset(new BluetoothPairingChromeOS(this, pairing_delegate));
|
| return pairing_.get();
|
| }
|
|
|