Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(258)

Unified Diff: components/ntp_snippets/category_factory.cc

Issue 2228553003: a provider of Physical Web pages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added unittest Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/ntp_snippets/category_factory.cc
diff --git a/components/ntp_snippets/category_factory.cc b/components/ntp_snippets/category_factory.cc
index fc9482cba1ef7580f7889f4880e3b83b1532bff6..8ed9c469a783d5d51d8322c72128a0cff2ef0530 100644
--- a/components/ntp_snippets/category_factory.cc
+++ b/components/ntp_snippets/category_factory.cc
@@ -14,6 +14,7 @@ CategoryFactory::CategoryFactory() {
// Add all local categories in a fixed order.
AddKnownCategory(KnownCategories::OFFLINE_PAGES);
AddKnownCategory(KnownCategories::BOOKMARKS);
+ AddKnownCategory(KnownCategories::PHYSICAL_WEB_PAGES);
Marc Treib 2016/08/10 16:22:03 Have we decided on an order here?
tschumann 2016/08/10 17:37:57 hehe... we should clarify the comment above and ma
vitaliii 2016/08/11 12:15:24 If I understand right and this order defines the o
Marc Treib 2016/08/11 12:53:09 That sounds reasonable, but for M54 we're going wi
vitaliii 2016/08/11 14:29:58 Acknowledged.
}
CategoryFactory::~CategoryFactory() {}

Powered by Google App Engine
This is Rietveld 408576698