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

Unified Diff: components/ntp_snippets/category_factory.cc

Issue 2279123002: [Sync] Initial implementation of foreign sessions suggestions provider. (Closed)
Patch Set: Remove foreign sessions suggestions when user disabled session data syncing. Created 4 years, 4 months 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
Index: components/ntp_snippets/category_factory.cc
diff --git a/components/ntp_snippets/category_factory.cc b/components/ntp_snippets/category_factory.cc
index 6ca67156b8295d1fcd448a8059e4107a5026d47c..9e6931054455b1089a23fd0bc2d23e315931fa3a 100644
--- a/components/ntp_snippets/category_factory.cc
+++ b/components/ntp_snippets/category_factory.cc
@@ -16,6 +16,7 @@ CategoryFactory::CategoryFactory() {
AddKnownCategory(KnownCategories::RECENT_TABS);
AddKnownCategory(KnownCategories::BOOKMARKS);
AddKnownCategory(KnownCategories::PHYSICAL_WEB_PAGES);
+ AddKnownCategory(KnownCategories::FOREIGN_TABS);
Marc Treib 2016/08/29 09:18:50 Have we decided on an order here? I think we might
skym 2016/09/15 23:18:17 I don't think there's been any thought/agreement o
}
CategoryFactory::~CategoryFactory() {}

Powered by Google App Engine
This is Rietveld 408576698