| Index: chrome/browser/prefs/browser_prefs.cc
|
| diff --git a/chrome/browser/prefs/browser_prefs.cc b/chrome/browser/prefs/browser_prefs.cc
|
| index ee5bf22ab37b644ca1792be6934f0ec86a91fa88..72b2f7c7a39ca3f62bc0c653e66d8f957016c251 100644
|
| --- a/chrome/browser/prefs/browser_prefs.cc
|
| +++ b/chrome/browser/prefs/browser_prefs.cc
|
| @@ -293,7 +293,7 @@ void RegisterUserPrefs(PrefService* user_prefs,
|
| PrefProxyConfigTrackerImpl::RegisterUserPrefs(registry);
|
| PrefsTabHelper::RegisterUserPrefs(registry);
|
| ProfileImpl::RegisterUserPrefs(registry);
|
| - PromoResourceService::RegisterUserPrefs(user_prefs, registry);
|
| + PromoResourceService::RegisterUserPrefs(registry);
|
| ProtocolHandlerRegistry::RegisterUserPrefs(registry);
|
| RegisterBrowserUserPrefs(registry);
|
| SessionStartupPref::RegisterUserPrefs(registry);
|
| @@ -369,6 +369,7 @@ void MigrateUserPrefs(Profile* profile) {
|
| prefs->ClearPref(kBackupPref);
|
|
|
| PrefsTabHelper::MigrateUserPrefs(prefs);
|
| + PromoResourceService::MigrateUserPrefs(prefs);
|
| }
|
|
|
| void MigrateBrowserPrefs(Profile* profile, PrefService* local_state) {
|
|
|