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, |