Chromium Code Reviews| Index: components/ntp_snippets/category.h |
| diff --git a/components/ntp_snippets/category.h b/components/ntp_snippets/category.h |
| index d3859fba5a25cdd7915c5e4b1aa577dd4f117c8d..c8d940bc0ac3af6eabc16fa2930fd1e40541db52 100644 |
| --- a/components/ntp_snippets/category.h |
| +++ b/components/ntp_snippets/category.h |
| @@ -34,6 +34,9 @@ enum class KnownCategories { |
| // Pages recently browsed to on other devices. |
| FOREIGN_TABS, |
| + // Reading List entries available. |
|
Marc Treib
2017/03/17 14:44:00
Pages that the user added to their reading list.
?
gambard
2017/03/20 08:32:39
Done.
|
| + READING_LIST, |
| + |
| // ****************** INSERT NEW LOCAL CATEGORIES HERE! ****************** |
| // Existing categories are persisted and they must never be removed. This may |
| // happen implicitly, e.g. when an older version without some local category |