Index: chrome/browser/prefs/browser_prefs.cc |
diff --git a/chrome/browser/prefs/browser_prefs.cc b/chrome/browser/prefs/browser_prefs.cc |
index 079500888e4ab790aed45b4402431f217494498a..555831ad31ef340c39405719d6ba9ab038e68657 100644 |
--- a/chrome/browser/prefs/browser_prefs.cc |
+++ b/chrome/browser/prefs/browser_prefs.cc |
@@ -91,6 +91,7 @@ |
#include "components/sync_driver/sync_prefs.h" |
#include "components/syncable_prefs/pref_service_syncable.h" |
#include "components/translate/core/browser/translate_prefs.h" |
+#include "components/update_client/update_client.h" |
#include "components/variations/service/variations_service.h" |
#include "components/web_resource/promo_resource_service.h" |
#include "content/public/browser/render_process_host.h" |
@@ -309,6 +310,7 @@ void RegisterLocalState(PrefRegistrySimple* registry) { |
SigninManagerFactory::RegisterPrefs(registry); |
ssl_config::SSLConfigServiceManager::RegisterPrefs(registry); |
startup_metric_utils::RegisterPrefs(registry); |
+ update_client::RegisterPrefs(registry); |
web_resource::PromoResourceService::RegisterPrefs(registry); |
#if defined(ENABLE_AUTOFILL_DIALOG) |