Chromium Code Reviews| Index: components/ntp_snippets/category_factory.cc |
| diff --git a/components/ntp_snippets/category_factory.cc b/components/ntp_snippets/category_factory.cc |
| index 4da984e016232a02443f6d041209e40c429b63c2..0d3d6995f84889d91b40b8800cc870c0ad9c5c37 100644 |
| --- a/components/ntp_snippets/category_factory.cc |
| +++ b/components/ntp_snippets/category_factory.cc |
| @@ -22,6 +22,8 @@ CategoryFactory::CategoryFactory() { |
| DCHECK_EQ(static_cast<size_t>(KnownCategories::LOCAL_CATEGORIES_COUNT), |
| ordered_categories_.size()); |
| + |
| + AddKnownCategory(KnownCategories::ARTICLES); |
|
dgn
2016/10/13 14:46:51
Added to keep the articles as the first remote sec
Marc Treib
2016/10/13 15:59:00
Please add a comment saying this :)
|
| } |
| CategoryFactory::~CategoryFactory() = default; |