Index: chrome/browser/prefs/browser_prefs.cc |
diff --git a/chrome/browser/prefs/browser_prefs.cc b/chrome/browser/prefs/browser_prefs.cc |
index c62343a7f64273890169048d4d1eda0d9a8dfe7f..f0786f9270629df881c582f8aa41010ed1f61cdb 100644 |
--- a/chrome/browser/prefs/browser_prefs.cc |
+++ b/chrome/browser/prefs/browser_prefs.cc |
@@ -79,6 +79,7 @@ |
#include "components/metrics/metrics_service.h" |
#include "components/network_time/network_time_tracker.h" |
#include "components/ntp_snippets/ntp_snippets_service.h" |
+#include "components/ntp_snippets/request_throttler.h" |
#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" |
@@ -461,6 +462,7 @@ void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry) { |
MediaStreamDevicesController::RegisterProfilePrefs(registry); |
NetPrefObserver::RegisterProfilePrefs(registry); |
ntp_snippets::NTPSnippetsService::RegisterProfilePrefs(registry); |
+ ntp_snippets::RequestThrottler::RegisterProfilePrefs(registry); |
password_bubble_experiment::RegisterPrefs(registry); |
password_manager::PasswordManager::RegisterProfilePrefs(registry); |
PrefProxyConfigTrackerImpl::RegisterProfilePrefs(registry); |