| Index: chrome/browser/prefs/browser_prefs.cc
|
| diff --git a/chrome/browser/prefs/browser_prefs.cc b/chrome/browser/prefs/browser_prefs.cc
|
| index dc71a3527907d0cece583a6f005ad20c171a2ad6..b9d56fb0430006c2ce2e99863a12bf17af9429b3 100644
|
| --- a/chrome/browser/prefs/browser_prefs.cc
|
| +++ b/chrome/browser/prefs/browser_prefs.cc
|
| @@ -82,8 +82,8 @@
|
| #include "components/ntp_snippets/bookmarks/bookmark_suggestions_provider.h"
|
| #include "components/ntp_snippets/content_suggestions_service.h"
|
| #include "components/ntp_snippets/remote/remote_suggestions_provider_impl.h"
|
| +#include "components/ntp_snippets/remote/remote_suggestions_scheduler_impl.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"
|
| @@ -488,9 +488,8 @@ void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry) {
|
| ntp_snippets::ForeignSessionsSuggestionsProvider::RegisterProfilePrefs(
|
| registry);
|
| ntp_snippets::RemoteSuggestionsProviderImpl::RegisterProfilePrefs(registry);
|
| + ntp_snippets::RemoteSuggestionsSchedulerImpl::RegisterProfilePrefs(registry);
|
| ntp_snippets::RequestThrottler::RegisterProfilePrefs(registry);
|
| - ntp_snippets::SchedulingRemoteSuggestionsProvider::RegisterProfilePrefs(
|
| - registry);
|
| ntp_snippets::UserClassifier::RegisterProfilePrefs(registry);
|
| ntp_tiles::MostVisitedSites::RegisterProfilePrefs(registry);
|
| password_bubble_experiment::RegisterPrefs(registry);
|
|
|