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() {} |