Index: chrome/browser/prefs/browser_prefs.cc |
diff --git a/chrome/browser/prefs/browser_prefs.cc b/chrome/browser/prefs/browser_prefs.cc |
index 31a892c3977c3afa483701c01f2b8cb88cace806..2cdb571c44851fcbcc6dabc11951a570b8159c12 100644 |
--- a/chrome/browser/prefs/browser_prefs.cc |
+++ b/chrome/browser/prefs/browser_prefs.cc |
@@ -76,6 +76,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/bookmarks/bookmark_suggestions_provider.h" |
#include "components/ntp_snippets/ntp_snippets_service.h" |
#include "components/ntp_snippets/request_throttler.h" |
#include "components/omnibox/browser/zero_suggest_provider.h" |
@@ -461,6 +462,7 @@ void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry) { |
MediaCaptureDevicesDispatcher::RegisterProfilePrefs(registry); |
MediaDeviceIDSalt::RegisterProfilePrefs(registry); |
MediaStreamDevicesController::RegisterProfilePrefs(registry); |
+ ntp_snippets::BookmarkSuggestionsProvider::RegisterProfilePrefs(registry); |
ntp_snippets::NTPSnippetsService::RegisterProfilePrefs(registry); |
ntp_snippets::RequestThrottler::RegisterProfilePrefs(registry); |
password_bubble_experiment::RegisterPrefs(registry); |