Index: chrome/browser/prefs/browser_prefs.cc |
diff --git a/chrome/browser/prefs/browser_prefs.cc b/chrome/browser/prefs/browser_prefs.cc |
index 500f488c97d5a4a39074b41cf565a88752dfc948..82941a6c99a34052a7a85551f1ef9c1f3a1a4b9f 100644 |
--- a/chrome/browser/prefs/browser_prefs.cc |
+++ b/chrome/browser/prefs/browser_prefs.cc |
@@ -90,6 +90,7 @@ |
#include "components/omnibox/browser/zero_suggest_provider.h" |
#include "components/password_manager/core/browser/password_bubble_experiment.h" |
#include "components/password_manager/core/browser/password_manager.h" |
+#include "components/payments/core/payment_prefs.h" |
#include "components/policy/core/browser/browser_policy_connector.h" |
#include "components/policy/core/browser/url_blacklist_manager.h" |
#include "components/policy/core/common/policy_statistics_collector.h" |
@@ -502,6 +503,7 @@ void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry) { |
ntp_tiles::MostVisitedSites::RegisterProfilePrefs(registry); |
password_bubble_experiment::RegisterPrefs(registry); |
password_manager::PasswordManager::RegisterProfilePrefs(registry); |
+ payments::RegisterProfilePrefs(registry); |
PrefProxyConfigTrackerImpl::RegisterProfilePrefs(registry); |
PrefsTabHelper::RegisterProfilePrefs(registry); |
Profile::RegisterProfilePrefs(registry); |