From 11bb859312e520f71a291971bb2ee7bcb30a9a43 Mon Sep 17 00:00:00 2001 From: zork Date: Wed, 10 Sep 2014 14:17:23 -0700 Subject: Redirect to the enterprise enrollment screen during remora and shark pairing. BUG=381007 Review URL: https://codereview.chromium.org/547503002 Cr-Commit-Position: refs/heads/master@{#294232} --- components/pairing/bluetooth_host_pairing_controller.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'components/pairing') 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())); } -- cgit v1.1