Index: components/pairing/bluetooth_host_pairing_controller.cc |
diff --git a/components/pairing/bluetooth_host_pairing_controller.cc b/components/pairing/bluetooth_host_pairing_controller.cc |
index 29d2bca6e77ea47c89ccb65cd8da0d8cb52350cf..a22dfc32952b0fddef88900f12d4b8e89daf52c2 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())); |
} |