|
|
Move ScoredHistoryMatch into Its Own Set of Files
Created scored_history_match.h/cc and moved the ScoredHistoryMatch struct therein. Moved all scoring functions into that struct.
Created scored_history_match_unittest.cc and moved scoring tests therein.
BUG=None
TEST=All unit tests pass.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=141004
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+891 lines, -607 lines) |
Patch |
 |
M |
chrome/browser/autocomplete/history_quick_provider.h
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autocomplete/history_quick_provider.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/in_memory_url_index.h
|
View
|
|
2 chunks |
+1 line, -18 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/in_memory_url_index_types.h
|
View
|
|
3 chunks |
+23 lines, -21 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/in_memory_url_index_types.cc
|
View
|
|
3 chunks |
+18 lines, -20 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/in_memory_url_index_unittest.cc
|
View
|
|
7 chunks |
+25 lines, -22 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/history/scored_history_match.h
|
View
|
|
1 chunk |
+140 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/history/scored_history_match.cc
|
View
|
|
1 chunk |
+472 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/history/scored_history_match_unittest.cc
|
View
|
|
1 chunk |
+199 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/url_index_private_data.h
|
View
|
|
5 chunks |
+3 lines, -84 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/url_index_private_data.cc
|
View
|
|
5 chunks |
+2 lines, -442 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests.gypi
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 2 (0 generated)
|