| Index: chrome/browser/prefs/browser_prefs.cc
|
| diff --git a/chrome/browser/prefs/browser_prefs.cc b/chrome/browser/prefs/browser_prefs.cc
|
| index acfa037938cb0f2dacac12249d3c5a6dbfef979d..e8b638f716f78060650cc47026c0d3b98af28e24 100644
|
| --- a/chrome/browser/prefs/browser_prefs.cc
|
| +++ b/chrome/browser/prefs/browser_prefs.cc
|
| @@ -81,6 +81,7 @@
|
| #include "components/ntp_snippets/content_suggestions_service.h"
|
| #include "components/ntp_snippets/remote/remote_suggestions_provider.h"
|
| #include "components/ntp_snippets/remote/request_throttler.h"
|
| +#include "components/ntp_snippets/remote/scheduling_remote_suggestions_provider.h"
|
| #include "components/ntp_snippets/sessions/foreign_sessions_suggestions_provider.h"
|
| #include "components/ntp_snippets/user_classifier.h"
|
| #include "components/ntp_tiles/most_visited_sites.h"
|
| @@ -497,6 +498,8 @@ void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry) {
|
| ntp_snippets::BookmarkSuggestionsProvider::RegisterProfilePrefs(registry);
|
| ntp_snippets::ForeignSessionsSuggestionsProvider::RegisterProfilePrefs(
|
| registry);
|
| + ntp_snippets::SchedulingRemoteSuggestionsProvider::RegisterProfilePrefs(
|
| + registry);
|
| ntp_snippets::RemoteSuggestionsProvider::RegisterProfilePrefs(registry);
|
| ntp_snippets::ContentSuggestionsService::RegisterProfilePrefs(registry);
|
| ntp_snippets::RequestThrottler::RegisterProfilePrefs(registry);
|
|
|