|
Remove dependency on Profile from HistoryService
Introduce an abstract interface history::VisitDelegate to abstract
visitedlink::VisitedLinkMaster from visitedlink component that has
a dependency on //content and thus cannot be used on iOS.
Provides an implementation of history::VisitDelegate that forward
to visitedlink::VisitedLinkMaster and inject it into HistoryService
via the HistoryServiceFactory.
Remove dependency on visitedlink component from HistoryService and
HistoryBackend.
Fix file that dependended on the forward-declaration of Profile
from history_service.h
Cleanup //chrome/browser/history/DEPS.
Fix typos and some style issues.
BUG= 453790
Committed: https://crrev.com/d4d9fe44d9fcfa7a3c00fe8cdc9569a8690c28a7
Cr-Commit-Position: refs/heads/master@{#316836}
Total comments: 12
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+324 lines, -155 lines) |
Patch |
 |
M |
chrome/browser/autocomplete/shortcuts_provider_unittest.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/DEPS
|
View
|
1
2
3
4
5
6
|
2 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/history/content_visit_delegate.h
|
View
|
1
2
3
4
|
1 chunk |
+51 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/history/content_visit_delegate.cc
|
View
|
1
|
1 chunk |
+121 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/history_backend.h
|
View
|
1
2
3
4
5
|
2 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/history_backend.cc
|
View
|
1
2
3
4
|
2 chunks |
+1 line, -19 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/history_backend_unittest.cc
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/history_service.h
|
View
|
1
2
3
4
5
|
11 chunks |
+17 lines, -28 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/history_service.cc
|
View
|
1
2
3
4
5
6
|
12 chunks |
+42 lines, -75 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/history_service_factory.cc
|
View
|
1
2
3
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/incident_reporting/last_download_finder_unittest.cc
|
View
|
1
2
3
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/incident_reporting/off_domain_inclusion_detector_unittest.cc
|
View
|
1
2
3
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/malware_details_history.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/glue/bookmark_data_type_controller_unittest.cc
|
View
|
|
2 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/profile_sync_service_typed_url_unittest.cc
|
View
|
|
3 chunks |
+5 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/test/base/testing_profile.cc
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/history.gypi
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/history/core/browser/BUILD.gn
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/history/core/browser/url_database.h
|
View
|
1
2
3
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
 |
A |
components/history/core/browser/visit_delegate.h
|
View
|
|
1 chunk |
+46 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
components/history/core/browser/visit_delegate.cc
|
View
|
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
Total messages: 20 (7 generated)
|