|
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
Committed: https://crrev.com/12dabec1af75b80952821fee2f37a28637fa15b7
Cr-Commit-Position: refs/heads/master@{#313926}
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+124 lines, -732 lines) |
Patch |
 |
M |
chrome/browser/extensions/api/hotword_private/hotword_private_apitest.cc
|
View
|
1
|
2 chunks |
+10 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
|
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
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/history_ui.cc
|
View
|
1
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/history.gypi
|
View
|
1
2
3
|
3 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/history/DEPS
|
View
|
1
2
3
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/history/core/browser/BUILD.gn
|
View
|
1
2
3
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
components/history/core/browser/web_history_service.h
|
View
|
1
2
|
5 chunks |
+21 lines, -7 lines |
0 comments
|
Download
|
 |
A + |
components/history/core/browser/web_history_service.cc
|
View
|
1
2
|
10 chunks |
+34 lines, -35 lines |
0 comments
|
Download
|
Total messages: 12 (3 generated)
|