| Index: chrome/browser/prefs/browser_prefs.cc
|
| diff --git a/chrome/browser/prefs/browser_prefs.cc b/chrome/browser/prefs/browser_prefs.cc
|
| index d481adf4ca2d1e8a2fd745cec85d5b6faaa1918b..9f8264cf93780b19446cdbe852de81baf218b215 100644
|
| --- a/chrome/browser/prefs/browser_prefs.cc
|
| +++ b/chrome/browser/prefs/browser_prefs.cc
|
| @@ -79,6 +79,7 @@
|
| #include "components/gcm_driver/gcm_channel_status_syncer.h"
|
| #include "components/metrics/metrics_service.h"
|
| #include "components/network_time/network_time_tracker.h"
|
| +#include "components/ntp_snippets/breaking_news/subscription_manager.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"
|
| @@ -497,6 +498,7 @@ void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry) {
|
| ntp_snippets::RemoteSuggestionsProviderImpl::RegisterProfilePrefs(registry);
|
| ntp_snippets::RemoteSuggestionsSchedulerImpl::RegisterProfilePrefs(registry);
|
| ntp_snippets::RequestThrottler::RegisterProfilePrefs(registry);
|
| + ntp_snippets::SubscriptionManager::RegisterProfilePrefs(registry);
|
| ntp_snippets::UserClassifier::RegisterProfilePrefs(registry);
|
| ntp_tiles::MostVisitedSites::RegisterProfilePrefs(registry);
|
| password_bubble_experiment::RegisterPrefs(registry);
|
|
|