| Index: ios/chrome/browser/prefs/browser_prefs.mm
|
| diff --git a/ios/chrome/browser/prefs/browser_prefs.mm b/ios/chrome/browser/prefs/browser_prefs.mm
|
| index b30fc9e2b950736a5faa16a5a3778b2310903f1f..2211f2e26503022951081efd975a78804b10c71f 100644
|
| --- a/ios/chrome/browser/prefs/browser_prefs.mm
|
| +++ b/ios/chrome/browser/prefs/browser_prefs.mm
|
| @@ -23,6 +23,7 @@
|
| #include "components/ntp_tiles/popular_sites_impl.h"
|
| #include "components/omnibox/browser/zero_suggest_provider.h"
|
| #include "components/password_manager/core/browser/password_manager.h"
|
| +#include "components/payments/core/payment_prefs.h"
|
| #include "components/pref_registry/pref_registry_syncable.h"
|
| #include "components/prefs/pref_service.h"
|
| #include "components/proxy_config/pref_proxy_config_tracker_impl.h"
|
| @@ -112,6 +113,7 @@ void RegisterBrowserStatePrefs(user_prefs::PrefRegistrySyncable* registry) {
|
| ntp_tiles::PopularSitesImpl::RegisterProfilePrefs(registry);
|
| ios::NotificationPromo::RegisterProfilePrefs(registry);
|
| password_manager::PasswordManager::RegisterProfilePrefs(registry);
|
| + payments::RegisterProfilePrefs(registry);
|
| PrefProxyConfigTrackerImpl::RegisterProfilePrefs(registry);
|
| syncer::SyncPrefs::RegisterProfilePrefs(registry);
|
| TemplateURLPrepopulateData::RegisterProfilePrefs(registry);
|
|
|