| Index: chrome/browser/prefs/browser_prefs.cc
|
| diff --git a/chrome/browser/prefs/browser_prefs.cc b/chrome/browser/prefs/browser_prefs.cc
|
| index 4dd2b1ebdc328cfc68c574072efa1113e5411f86..97a3b7782776dc91d93f935828db6ff5b1bbcb40 100644
|
| --- a/chrome/browser/prefs/browser_prefs.cc
|
| +++ b/chrome/browser/prefs/browser_prefs.cc
|
| @@ -78,6 +78,7 @@
|
| #include "components/metrics/metrics_service.h"
|
| #include "components/network_time/network_time_tracker.h"
|
| #include "components/ntp_snippets/bookmarks/bookmark_suggestions_provider.h"
|
| +#include "components/ntp_snippets/content_suggestions_service.h"
|
| #include "components/ntp_snippets/remote/ntp_snippets_service.h"
|
| #include "components/ntp_snippets/remote/request_throttler.h"
|
| #include "components/ntp_snippets/sessions/foreign_sessions_suggestions_provider.h"
|
| @@ -483,6 +484,7 @@ void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry) {
|
| ntp_snippets::ForeignSessionsSuggestionsProvider::RegisterProfilePrefs(
|
| registry);
|
| ntp_snippets::NTPSnippetsService::RegisterProfilePrefs(registry);
|
| + ntp_snippets::ContentSuggestionsService::RegisterProfilePrefs(registry);
|
| ntp_snippets::RequestThrottler::RegisterProfilePrefs(registry);
|
| ntp_snippets::UserClassifier::RegisterProfilePrefs(registry);
|
| password_bubble_experiment::RegisterPrefs(registry);
|
|
|