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

Unified Diff: components/ntp_snippets/category.h

Issue 2245583002: Split OfflinePageSuggestions into two categories (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@offlinedismissed
Patch Set: Marc's comments 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..bd19a15e6e854957b478724644597504dd7d5838 100644
--- a/components/ntp_snippets/category.h
+++ b/components/ntp_snippets/category.h
@@ -19,8 +19,11 @@ class CategoryFactory;
// On Android builds, a Java counterpart will be generated for this enum.
// GENERATED_JAVA_ENUM_PACKAGE: org.chromium.chrome.browser.ntp.snippets
enum class KnownCategories {
- // Pages downloaded for offline consumption.
- OFFLINE_PAGES,
+ // Pages recently downloaded during normal navigation.
+ RECENT_TABS,
+
+ // Pages downloaded by the user for offline consumption.
+ DOWNLOADS,
// Recently used bookmarks.
BOOKMARKS,

Powered by Google App Engine
This is Rietveld 408576698