summaryrefslogtreecommitdiffstats
path: root/components/pairing
diff options
context:
space:
mode:
authorzork <zork@chromium.org>2014-09-10 14:17:23 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-10 21:21:46 +0000
commit11bb859312e520f71a291971bb2ee7bcb30a9a43 (patch)
treed87c604b174c951c363ff703acd34f142f6df2f2 /components/pairing
parentc4d469ee57db15de353d6c3ce04c92b444f38f9b (diff)
downloadchromium_src-11bb859312e520f71a291971bb2ee7bcb30a9a43.zip
chromium_src-11bb859312e520f71a291971bb2ee7bcb30a9a43.tar.gz
chromium_src-11bb859312e520f71a291971bb2ee7bcb30a9a43.tar.bz2
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}
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()));
}