Index: chrome/browser/ui/webui/snippets_internals_message_handler.cc |
diff --git a/chrome/browser/ui/webui/snippets_internals_message_handler.cc b/chrome/browser/ui/webui/snippets_internals_message_handler.cc |
index c4079db89af185f10db7a1549b345b0366dc845e..1c5b2f32ae898b0b4c44a2755408442a392acdfd 100644 |
--- a/chrome/browser/ui/webui/snippets_internals_message_handler.cc |
+++ b/chrome/browser/ui/webui/snippets_internals_message_handler.cc |
@@ -80,6 +80,8 @@ std::string MapCategoryName(ContentSuggestionsCategory category) { |
return "Articles"; |
case ContentSuggestionsCategory::OFFLINE_PAGES: |
return "Offline pages (continue browsing)"; |
+ case ContentSuggestionsCategory::BOOKMARKS: |
+ return "Recently visited bookmarks"; |
case ContentSuggestionsCategory::COUNT: |
NOTREACHED() << "Category::COUNT must not be used as a value"; |
} |