| Index: chromeos/components/tether/initializer.cc
|
| diff --git a/chromeos/components/tether/initializer.cc b/chromeos/components/tether/initializer.cc
|
| index 9d12a935dbd84d23c274e7d511a6d0df475412ab..809231febc282b20f9b04d2a9f27d375dbbd3051 100644
|
| --- a/chromeos/components/tether/initializer.cc
|
| +++ b/chromeos/components/tether/initializer.cc
|
| @@ -51,8 +51,8 @@ void Initializer::Init(
|
| ProfileOAuth2TokenService* token_service,
|
| NetworkStateHandler* network_state_handler,
|
| NetworkConnect* network_connect) {
|
| - if (!device::BluetoothAdapterFactory::IsBluetoothAdapterAvailable()) {
|
| - PA_LOG(WARNING) << "Bluetooth is unavailable on this device; cannot "
|
| + if (!device::BluetoothAdapterFactory::IsBluetoothSupported()) {
|
| + PA_LOG(WARNING) << "Bluetooth is not supported on this device; cannot "
|
| << "initialize tether feature.";
|
| return;
|
| }
|
|
|