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

Unified Diff: components/ntp_snippets/category.h

Issue 2228553003: a provider of Physical Web pages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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.h
diff --git a/components/ntp_snippets/category.h b/components/ntp_snippets/category.h
index 89b52d531077c022bd0eaa2953cee03c397e9fb2..dd2730f0284c1200e2b7f60f91cf58a29cfe535d 100644
--- a/components/ntp_snippets/category.h
+++ b/components/ntp_snippets/category.h
@@ -18,6 +18,7 @@ class CategoryFactory;
// to be recognized by the client implementation.
enum class KnownCategories {
OFFLINE_PAGES,
+ PHYSICAL_WEB_PAGES,
Marc Treib 2016/08/09 12:45:17 This needs a rebase, there's a BOOKMARKS entry now
vitaliii 2016/08/10 14:18:41 Done.
LOCAL_CATEGORIES_COUNT,
REMOTE_CATEGORIES_OFFSET = 10000,

Powered by Google App Engine
This is Rietveld 408576698