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

Unified Diff: components/ntp_snippets/category_factory.cc

Issue 2279123002: [Sync] Initial implementation of foreign sessions suggestions provider. (Closed)
Patch Set: Explicitly compare raw pointer with nullptr. Created 4 years, 3 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..46f38876f38d03cad0e273e0b52ac0aff54a2f05 100644
--- a/components/ntp_snippets/category_factory.cc
+++ b/components/ntp_snippets/category_factory.cc
@@ -14,6 +14,7 @@ CategoryFactory::CategoryFactory() {
// Add all local categories in a fixed order.
AddKnownCategory(KnownCategories::DOWNLOADS);
AddKnownCategory(KnownCategories::RECENT_TABS);
+ AddKnownCategory(KnownCategories::FOREIGN_TABS);
AddKnownCategory(KnownCategories::BOOKMARKS);
AddKnownCategory(KnownCategories::PHYSICAL_WEB_PAGES);
}

Powered by Google App Engine
This is Rietveld 408576698