[omnibox chrome:omnibox] Horizontal sizing of input query column

Previously, when the user entered long query text, the input field its column
would grow to accomodate the long text and thereby shrink the other input
columns. This CL keeps all input columns at an equal width regardless of query
length.

Additionally, previously, when the query text was long and the cursor position
was not visible (i.e. was further along the text than the portion displayed),
the cursor position indicator would wrap to the beginning of the next line,
appearing as if the cursor was in fact at the start of the text. This CL keeps
the indicator at the end of the line.

Bug: 891303
Change-Id: I24606e99c670c4e931de684b0558866456038b4b
Reviewed-on: https://chromium-review.googlesource.com/c/1407603
Reviewed-by: Tommy Li <tommycli@chromium.org>
Commit-Queue: manuk hovanesian <manukh@chromium.org>
Cr-Commit-Position: refs/heads/master@{#622532}
1 file changed