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

Unified Diff: components/ntp_snippets/category.h

Issue 2279123002: [Sync] Initial implementation of foreign sessions suggestions provider. (Closed)
Patch Set: Explicitly compare raw pointer with nullptr. Created 4 years, 3 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 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,

Powered by Google App Engine
This is Rietveld 408576698