[omnibox] Remove text movement in Refresh when opening suggestions.
This involves several small changes: - Adjust the layout of IconLabelBubbleView to account for the case where we want to show the separator but not the label. - Move the extra space shown in suggest mode from LocationBarView to IconLabelBubbleView so it can use the logic and spacing values there. - Add LocationIconView::ShouldShowSeparator() to indicate that we want to show the separator in the steady-state case. - Adjust the spacing in the suggestion result view to match the current spec. Also, remove a bit of dead code: GetMaxSizeForLabelWidth() and GetOuterPadding() in IconLabelBubbleView. Bug: 853355 Change-Id: I108dbf80de3c060ca56bbe502101dfbb1123ef4e Reviewed-on: https://chromium-review.googlesource.com/1136493 Commit-Queue: Justin Donnelly <jdonnelly@chromium.org> Reviewed-by:Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#576325}
Showing
Please register or sign in to comment