| Index: chrome/browser/chromeos/arc/intent_helper/arc_settings_service.cc
|
| diff --git a/chrome/browser/chromeos/arc/intent_helper/arc_settings_service.cc b/chrome/browser/chromeos/arc/intent_helper/arc_settings_service.cc
|
| index f6c9b3e414aedffc620a40a920de97a34ec93b9a..ec632e4f76d151fe510a8af7dac01bee5d35af51 100644
|
| --- a/chrome/browser/chromeos/arc/intent_helper/arc_settings_service.cc
|
| +++ b/chrome/browser/chromeos/arc/intent_helper/arc_settings_service.cc
|
| @@ -296,7 +296,7 @@ void ArcSettingsServiceImpl::StartObservingSettingsChanges() {
|
|
|
| TimezoneSettings::GetInstance()->AddObserver(this);
|
|
|
| - if (device::BluetoothAdapterFactory::IsBluetoothAdapterAvailable()) {
|
| + if (device::BluetoothAdapterFactory::IsBluetoothSupported()) {
|
| device::BluetoothAdapterFactory::GetAdapter(
|
| base::Bind(&ArcSettingsServiceImpl::OnBluetoothAdapterInitialized,
|
| weak_factory_.GetWeakPtr()));
|
|
|