Chromium Code Reviews| Index: components/omnibox/browser/autocomplete_match.h |
| diff --git a/components/omnibox/browser/autocomplete_match.h b/components/omnibox/browser/autocomplete_match.h |
| index 9ab496c7dc665b0f6ba3e7c7b95271b882cc1e00..560954459e9f5e2fb36f9d09fe2000102e469b16 100644 |
| --- a/components/omnibox/browser/autocomplete_match.h |
| +++ b/components/omnibox/browser/autocomplete_match.h |
| @@ -367,6 +367,12 @@ struct AutocompleteMatch { |
| // Type of this match. |
| Type type; |
| + // Used to identify the specific source / type of suggestion for suggestions |
|
Mark P
2017/03/31 17:36:42
This comment should be updated to reflect the word
gcomanici
2017/03/31 19:03:58
Done.
|
| + // provided by the suggest server. For meaning of individual values, see |
| + // the server-side enum. Only used for logging. |
| + // The identifier 0 is reserved for cases where this specific type is unset. |
| + int result_subtype_identifier; |
| + |
| // Set with a keyword provider match if this match can show a keyword hint. |
| // For example, if this is a SearchProvider match for "www.amazon.com", |
| // |associated_keyword| could be a KeywordProvider match for "amazon.com". |