Index: components/ntp_snippets/category_factory.cc |
diff --git a/components/ntp_snippets/category_factory.cc b/components/ntp_snippets/category_factory.cc |
index fc9482cba1ef7580f7889f4880e3b83b1532bff6..5ab6cdbb6fe521136ecb6ecc41e4f10d5a24f00d 100644 |
--- a/components/ntp_snippets/category_factory.cc |
+++ b/components/ntp_snippets/category_factory.cc |
@@ -12,7 +12,8 @@ namespace ntp_snippets { |
CategoryFactory::CategoryFactory() { |
// Add all local categories in a fixed order. |
- AddKnownCategory(KnownCategories::OFFLINE_PAGES); |
+ AddKnownCategory(KnownCategories::DOWNLOADS); |
+ AddKnownCategory(KnownCategories::RECENT_TABS); |
AddKnownCategory(KnownCategories::BOOKMARKS); |
} |