| 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 157ac8cd25eb8565f39bd84cb8cf757b224739d9..1137cc55b83129373b8dbea2ddbfe33d05eb2cdd 100644
|
| --- a/chrome/browser/signin/easy_unlock_service.cc
|
| +++ b/chrome/browser/signin/easy_unlock_service.cc
|
| @@ -254,9 +254,7 @@ void EasyUnlockService::RegisterProfilePrefs(
|
| registry->RegisterDictionaryPref(prefs::kEasyUnlockPairing,
|
| base::MakeUnique<base::DictionaryValue>());
|
|
|
| - if (base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| - proximity_auth::switches::kEnableBluetoothLowEnergyDiscovery))
|
| - proximity_auth::ProximityAuthPrefManager::RegisterPrefs(registry);
|
| + proximity_auth::ProximityAuthPrefManager::RegisterPrefs(registry);
|
| }
|
|
|
| // static
|
|
|