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); |
} |