|
Remove ScoreHistoryMatch::Builder
ScoredHistoryMatch::Builder was introduced to allow keeping ScoredHistoryMatch
in the history component without having a dependency on autocomplete code. As
ScoredHistoryMatch has been moved to chrome/browser/autocomplete this makes
the code more complex than necessary, so remove it.
BUG= 462645
Committed: https://crrev.com/c38a45a25bac176d98e91aed57d87ff9c4d14e31
Cr-Commit-Position: refs/heads/master@{#320918}
Total comments: 22
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1066 lines, -1800 lines) |
Patch |
 |
M |
chrome/browser/autocomplete/history_quick_provider.cc
|
View
|
|
3 chunks |
+5 lines, -21 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autocomplete/history_url_provider.cc
|
View
|
1
2
3
|
2 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autocomplete/in_memory_url_index.h
|
View
|
1
2
3
4
|
4 chunks |
+12 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autocomplete/in_memory_url_index.cc
|
View
|
1
2
3
4
|
3 chunks |
+11 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autocomplete/in_memory_url_index_factory.cc
|
View
|
1
2
3
4
|
3 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autocomplete/in_memory_url_index_unittest.cc
|
View
|
1
2
3
4
|
29 chunks |
+77 lines, -89 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autocomplete/scored_history_match.h
|
View
|
1
2
3
4
|
3 chunks |
+126 lines, -48 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autocomplete/scored_history_match.cc
|
View
|
1
2
3
|
2 chunks |
+653 lines, -13 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/autocomplete/scored_history_match_builder_impl.h
|
View
|
1
2
3
|
1 chunk |
+0 lines, -162 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autocomplete/scored_history_match_builder_impl.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -689 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/autocomplete/scored_history_match_builder_impl_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -531 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/autocomplete/scored_history_match_unittest.cc
|
View
|
1
2
3
|
20 chunks |
+141 lines, -201 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autocomplete/url_index_private_data.h
|
View
|
|
4 chunks |
+9 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autocomplete/url_index_private_data.cc
|
View
|
1
2
|
8 chunks |
+23 lines, -19 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests_unit.gypi
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/test/base/testing_profile.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 15 (4 generated)
|