| Index: components/ntp_snippets/category_factory.cc
|
| diff --git a/components/ntp_snippets/category_factory.cc b/components/ntp_snippets/category_factory.cc
|
| index 55c89919aa2c156c0fb101c75c773a50c8026a04..b45fc4a8a8bb785403167dfe29e29d4b1ff2c1c1 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);
|
|
|
|
|