| 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..64a4e3902ddad39929f3e74105d80dfc6cd6b865 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 for suggestions by the
|
| + // suggest server. See |result_type_identifier| in omnibox.proto for more
|
| + // details.
|
| + // The identifier 0 is reserved for cases where this specific type is unset.
|
| + int 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".
|
|
|