| Index: chrome/browser/signin/easy_unlock_service.cc
|
| diff --git a/chrome/browser/signin/easy_unlock_service.cc b/chrome/browser/signin/easy_unlock_service.cc
|
| index e3c344a481c042ecfefcfab27620d2c3d892f359..e72b5b365bee07c4e0e54a3bef7ec6ede748fa0a 100644
|
| --- a/chrome/browser/signin/easy_unlock_service.cc
|
| +++ b/chrome/browser/signin/easy_unlock_service.cc
|
| @@ -119,7 +119,7 @@ class EasyUnlockService::BluetoothDetector
|
| }
|
|
|
| void Initialize() {
|
| - if (!device::BluetoothAdapterFactory::IsBluetoothAdapterAvailable())
|
| + if (!device::BluetoothAdapterFactory::IsBluetoothSupported())
|
| return;
|
|
|
| device::BluetoothAdapterFactory::GetAdapter(
|
|
|