Chromium Code Reviews| Index: components/ntp_snippets/category.h |
| diff --git a/components/ntp_snippets/category.h b/components/ntp_snippets/category.h |
| index 524986fb3b8e5af8b93a02bc87cf341d80d80a00..368a7fade5dcbddf6f2620de7f36ec80e348529a 100644 |
| --- a/components/ntp_snippets/category.h |
| +++ b/components/ntp_snippets/category.h |
| @@ -31,6 +31,9 @@ enum class KnownCategories { |
| // Physical Web page available in the vicinity. |
| PHYSICAL_WEB_PAGES, |
| + // Pages recently browsed to on other devices. |
| + FOREIGN_TABS, |
|
Marc Treib
2016/08/29 09:18:50
You should also add the new category in content_su
skym
2016/09/15 23:18:17
Done and Done.
|
| + |
| // Follows the last local category. |
| LOCAL_CATEGORIES_COUNT, |