|
Add bookmark provider for content suggestions.
This CL introduces a bookmark provider that lists the most recently visited/created bookmarks. On visits on the same device are considered.
As an initial version, it does not support
- dismissing of bookmarks and
- configuring parameters (count, recency threshold) via Finch.
TBR=brettw@chromium.org
BUG= 631475
Total comments: 10
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+396 lines, -15 lines) |
Patch |
 |
M |
chrome/app/generated_resources.grd
|
View
|
1
|
1 chunk |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/about_flags.cc
|
View
|
1
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/chrome_feature_list.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/chrome_feature_list.cc
|
View
|
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/android/ntp/bookmark_suggestions_provider_factory.h
|
View
|
|
2 chunks |
+11 lines, -12 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/android/ntp/bookmark_suggestions_provider_factory.cc
|
View
|
1
|
1 chunk |
+69 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/profiles/profile_manager.cc
|
View
|
1
2
3
4
|
2 chunks |
+13 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/snippets_internals_message_handler.cc
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/ntp_snippets.gypi
|
View
|
1
2
3
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/ntp_snippets/BUILD.gn
|
View
|
1
2
3
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/ntp_snippets/bookmarks/bookmark_suggestions_provider.h
|
View
|
1
2
3
|
1 chunk |
+106 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/ntp_snippets/bookmarks/bookmark_suggestions_provider.cc
|
View
|
1
2
3
4
|
1 chunk |
+167 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/ntp_snippets/content_suggestions_category.h
|
View
|
|
1 chunk |
+6 lines, -1 line |
0 comments
|
Download
|
Depends on Patchset:
Total messages: 22 (10 generated)
|