summaryrefslogtreecommitdiffstats
path: root/components/pairing
diff options
context:
space:
mode:
Diffstat (limited to 'components/pairing')
-rw-r--r--components/pairing/bluetooth_host_pairing_controller.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/components/pairing/bluetooth_host_pairing_controller.cc b/components/pairing/bluetooth_host_pairing_controller.cc
index 29d2bca..a22dfc3 100644
--- a/components/pairing/bluetooth_host_pairing_controller.cc
+++ b/components/pairing/bluetooth_host_pairing_controller.cc
@@ -266,9 +266,6 @@ void BluetoothHostPairingController::OnPairDevicesMessage(
}
ChangeStage(STAGE_ENROLLING);
- // TODO(zork,achuith): Enroll device, send error on error.
- // (http://crbug.com/374990)
- // For now, test domain is sent in the access token.
FOR_EACH_OBSERVER(Observer, observers_,
EnrollHost(message.parameters().admin_access_token()));
}