Chromium Code Reviews| Index: chromeos/components/tether/initializer.cc |
| diff --git a/chromeos/components/tether/initializer.cc b/chromeos/components/tether/initializer.cc |
| index 9d12a935dbd84d23c274e7d511a6d0df475412ab..245335cdca5a7b4615f4cad0dc2306e85f3c1356 100644 |
| --- a/chromeos/components/tether/initializer.cc |
| +++ b/chromeos/components/tether/initializer.cc |
| @@ -51,7 +51,7 @@ void Initializer::Init( |
| ProfileOAuth2TokenService* token_service, |
| NetworkStateHandler* network_state_handler, |
| NetworkConnect* network_connect) { |
| - if (!device::BluetoothAdapterFactory::IsBluetoothAdapterAvailable()) { |
| + if (!device::BluetoothAdapterFactory::IsBluetoothSupported()) { |
| PA_LOG(WARNING) << "Bluetooth is unavailable on this device; cannot " |
|
Kyle Horimoto
2017/04/13 01:55:36
nit: Change log as well.
ortuno
2017/04/18 01:25:42
Done.
|
| << "initialize tether feature."; |
| return; |