| Index: chrome/browser/ui/webui/omnibox/omnibox_ui_handler.cc
|
| diff --git a/chrome/browser/ui/webui/omnibox/omnibox_ui_handler.cc b/chrome/browser/ui/webui/omnibox/omnibox_ui_handler.cc
|
| index dd533d7a4081de0eb15ffcc7bfaa9f09e0b6a372..adf3411175c693ecbe700ab49c18a564a01d16f4 100644
|
| --- a/chrome/browser/ui/webui/omnibox/omnibox_ui_handler.cc
|
| +++ b/chrome/browser/ui/webui/omnibox/omnibox_ui_handler.cc
|
| @@ -75,8 +75,6 @@ struct TypeConverter<AutocompleteMatchMojoPtr, AutocompleteMatch> {
|
| // represents description classification. i.e., for each character, what
|
| // type of text it is.
|
| result->transition = input.transition;
|
| - result->is_history_what_you_typed_match =
|
| - input.is_history_what_you_typed_match;
|
| result->allowed_to_be_default_match = input.allowed_to_be_default_match;
|
| result->type = AutocompleteMatchType::ToString(input.type);
|
| if (input.associated_keyword.get() != NULL) {
|
|
|