diff options
Diffstat (limited to 'chrome/browser/prefs/browser_prefs.cc')
-rw-r--r-- | chrome/browser/prefs/browser_prefs.cc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/chrome/browser/prefs/browser_prefs.cc b/chrome/browser/prefs/browser_prefs.cc index da61015..4a1cd31 100644 --- a/chrome/browser/prefs/browser_prefs.cc +++ b/chrome/browser/prefs/browser_prefs.cc @@ -159,11 +159,7 @@ enum MigratedPreferences { namespace chrome { -// TODO(joi): Do the work needed to remove the PrefService parameter, -// i.e. to do all registration up front before a PrefService is even -// created. -void RegisterLocalState(PrefService* local_state, - PrefRegistrySimple* registry) { +void RegisterLocalState(PrefRegistrySimple* registry) { // Prefs in Local State. registry->RegisterIntegerPref(prefs::kMultipleProfilePrefMigration, 0); |