DescriptionCleanup: Remove an unnecessary AutocompleteMatch& calculation from
OmniboxEditModel::OpenMatch().
I traced the origin of this weird code back to the days before OpenMatch() took
an AutocompleteMatch; back then, we constructed one so we could get at fields
like |fill_into_edit| that weren't provided to OpenMatch(). Now that we pass
this in, I believe the calculated match should always match the passed-in match.
BUG=none
TEST=none
R=sky@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=232847
Patch Set 1 #Patch Set 2 : #Messages
Total messages: 4 (0 generated)
|