|
Modify Entity Suggestion support and Add Profile Suggest support
- Added new AutocompleteMatchType for the two, and additionally for personalized and infinite suggestion.
- Added logging for the new suggestion types.
- Annotation for entities is now used as description in the match. This allows multiline rendering in mobile easily.
- Profile suggestions also look like entity suggestion, and use title, annotation and query fields in response.
BUG=
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=240174
Total comments: 22
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+151 lines, -226 lines) |
Patch |
 |
M |
chrome/app/generated_resources.grd
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autocomplete/autocomplete_controller.cc
|
View
|
1
|
3 chunks |
+24 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autocomplete/autocomplete_match.cc
|
View
|
1
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autocomplete/search_provider.h
|
View
|
1
2
|
4 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/autocomplete/search_provider.cc
|
View
|
1
2
|
15 chunks |
+48 lines, -61 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autocomplete/search_provider_unittest.cc
|
View
|
1
2
3
|
6 chunks |
+22 lines, -142 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autocomplete/zero_suggest_provider.cc
|
View
|
1
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/metrics/metrics_log.cc
|
View
|
1
2
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/autocomplete_match_type.h
|
View
|
1
2
|
1 chunk |
+25 lines, -16 lines |
0 comments
|
Download
|
 |
M |
chrome/common/autocomplete_match_type.cc
|
View
|
1
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/metrics/proto/omnibox_event.proto
|
View
|
1
2
|
1 chunk |
+9 lines, -1 line |
0 comments
|
Download
|
Total messages: 21 (0 generated)
|