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

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: 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.h
diff --git a/components/ntp_snippets/category.h b/components/ntp_snippets/category.h
index 0991ab25056c946d1a964155b44696c81e5c9cb5..cac05a5d98b7531f84542dd62ac2d87130ca601d 100644
--- a/components/ntp_snippets/category.h
+++ b/components/ntp_snippets/category.h
@@ -25,6 +25,9 @@ enum class KnownCategories {
// Recently used bookmarks.
BOOKMARKS,
+ // Physical Web page available in the vicinity.
+ PHYSICAL_WEB_PAGES,
+
// Follows the last local category.
LOCAL_CATEGORIES_COUNT,

Powered by Google App Engine
This is Rietveld 408576698