Chromium Code Reviews| Index: components/ntp_snippets/category.h |
| diff --git a/components/ntp_snippets/category.h b/components/ntp_snippets/category.h |
| index fafcde1e69adc0c49ef470a24e278d2ae1e1ba3a..ba85483eb34e13fe61e55c42739a7429cd8df012 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, |
| + |
| // Follows the last local category. |
| LOCAL_CATEGORIES_COUNT, |