|
Componentize WebHistoryService
Instead of using the factories to retrieve the dependended upon keyed service,
pass them explicitly to WebHistoryService from the WebHistoryServiceFactory.
Fix the dependency of WebHistoryService to add the service used and to remove
the service unused.
Move file into //components/history/core/browser, remove unnecessary #include
and fix files that did not #include all the files they used.
BUG= 371835, 454524
Committed: https://crrev.com/ff13143269bcc9010afc9490fc83147d5fad5a81
Cr-Commit-Position: refs/heads/master@{#316622}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+131 lines, -732 lines) |
Patch |
 |
M |
chrome/browser/extensions/api/hotword_private/hotword_private_apitest.cc
|
View
|
|
2 chunks |
+10 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/DEPS
|
View
|
1
2
|
3 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/history_service.cc
|
View
|
1
2
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
D |
chrome/browser/history/web_history_service.h
|
View
|
|
1 chunk |
+0 lines, -165 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/history/web_history_service.cc
|
View
|
|
1 chunk |
+0 lines, -479 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/web_history_service_factory.cc
|
View
|
|
2 chunks |
+18 lines, -11 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/web_history_service_unittest.cc
|
View
|
|
13 chunks |
+25 lines, -26 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/search/hotword_audio_history_handler.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/search/hotword_service_unittest.cc
|
View
|
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/history_ui.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/history_ui.cc
|
View
|
1
2
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/history.gypi
|
View
|
1
2
|
3 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/history/DEPS
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/history/core/browser/BUILD.gn
|
View
|
1
2
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
components/history/core/browser/web_history_service.h
|
View
|
|
5 chunks |
+21 lines, -7 lines |
0 comments
|
Download
|
 |
A + |
components/history/core/browser/web_history_service.cc
|
View
|
1
|
11 chunks |
+37 lines, -33 lines |
0 comments
|
Download
|
Total messages: 14 (3 generated)
|