Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2015)

Unified Diff: chrome/browser/android/preferences/browser_prefs_android.cc

Issue 2560783002: [NTP::PhysicalWeb] Implement suggestion dismissal. (Closed)
Patch Set: rebase and jkrcal@ comment. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/ntp_snippets/content_suggestions_service_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/preferences/browser_prefs_android.cc
diff --git a/chrome/browser/android/preferences/browser_prefs_android.cc b/chrome/browser/android/preferences/browser_prefs_android.cc
index 1dd74d60edfdc9eb74ae5536ab643b89607b6834..9649489d12b88ccdc006f6c11b02d7e5f1c4b7a3 100644
--- a/chrome/browser/android/preferences/browser_prefs_android.cc
+++ b/chrome/browser/android/preferences/browser_prefs_android.cc
@@ -9,6 +9,7 @@
#include "chrome/browser/notifications/notification_platform_bridge_android.h"
#include "chrome/browser/ntp_snippets/download_suggestions_provider.h"
#include "components/ntp_snippets/offline_pages/recent_tab_suggestions_provider.h"
+#include "components/ntp_snippets/physical_web_pages/physical_web_page_suggestions_provider.h"
#include "components/pref_registry/pref_registry_syncable.h"
#include "components/prefs/pref_registry_simple.h"
@@ -18,6 +19,8 @@ void RegisterUserProfilePrefs(user_prefs::PrefRegistrySyncable* registry) {
DownloadSuggestionsProvider::RegisterProfilePrefs(registry);
NotificationPlatformBridgeAndroid::RegisterProfilePrefs(registry);
SearchGeolocationDisclosureTabHelper::RegisterProfilePrefs(registry);
+ ntp_snippets::PhysicalWebPageSuggestionsProvider::RegisterProfilePrefs(
+ registry);
ntp_snippets::RecentTabSuggestionsProvider::RegisterProfilePrefs(registry);
Bernhard Bauer 2016/12/08 15:09:39 In retrospect, it would probably make more sense t
vitaliii 2016/12/09 09:20:31 Done.
blimp::client::BlimpClientContext::RegisterPrefs(registry);
}
« no previous file with comments | « no previous file | chrome/browser/ntp_snippets/content_suggestions_service_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698