| 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,
|
| +
|
| // Follows the last local category.
|
| LOCAL_CATEGORIES_COUNT,
|
|
|
|
|