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

Unified Diff: chrome/browser/ui/webui/snippets_internals_message_handler.cc

Issue 2190583002: Add bookmark provider for content suggestions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments #2 Created 4 years, 5 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
« no previous file with comments | « chrome/browser/profiles/profile_manager.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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";
}
« no previous file with comments | « chrome/browser/profiles/profile_manager.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698