| Index: components/ntp_snippets/category_factory.cc
|
| diff --git a/components/ntp_snippets/category_factory.cc b/components/ntp_snippets/category_factory.cc
|
| index bed07f9a5f061fe248d99755844cfb90228c1230..2b6821f5f8659d78b2228bdca96f82d737c4851e 100644
|
| --- a/components/ntp_snippets/category_factory.cc
|
| +++ b/components/ntp_snippets/category_factory.cc
|
| @@ -13,6 +13,7 @@ namespace ntp_snippets {
|
| CategoryFactory::CategoryFactory() {
|
| // Add all local categories in a fixed order.
|
| AddKnownCategory(KnownCategories::OFFLINE_PAGES);
|
| + AddKnownCategory(KnownCategories::PHYSICAL_WEB_PAGES);
|
| }
|
|
|
| CategoryFactory::~CategoryFactory() {}
|
|
|