Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2259)

Unified Diff: chrome/browser/signin/easy_unlock_service.cc

Issue 2805833002: Migrate Cryptauth*Managers RegisterPrefs to CryptAuthService::RegisterProfilePrefs. (Closed)
Patch Set: Replace initializer_unittest RegisterPrefs calls with Initializer::RegisterProfilePrefs. Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/prefs/browser_prefs.cc ('k') | chromeos/components/tether/initializer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 806e949462d1633fe1737fad4cbc982a3a952c39..e3c344a481c042ecfefcfab27620d2c3d892f359 100644
--- a/chrome/browser/signin/easy_unlock_service.cc
+++ b/chrome/browser/signin/easy_unlock_service.cc
@@ -264,10 +264,6 @@ void EasyUnlockService::RegisterProfilePrefs(
false,
user_prefs::PrefRegistrySyncable::SYNCABLE_PREF);
- cryptauth::CryptAuthGCMManager::RegisterPrefs(registry);
- cryptauth::CryptAuthDeviceManager::RegisterPrefs(registry);
- cryptauth::CryptAuthEnrollmentManager::RegisterPrefs(registry);
-
if (base::CommandLine::ForCurrentProcess()->HasSwitch(
proximity_auth::switches::kEnableBluetoothLowEnergyDiscovery))
proximity_auth::ProximityAuthPrefManager::RegisterPrefs(registry);
« no previous file with comments | « chrome/browser/prefs/browser_prefs.cc ('k') | chromeos/components/tether/initializer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698