Commit ea565a29 authored by Olesia Marukhno's avatar Olesia Marukhno Committed by Commit Bot

[omnibox] Switch rendering order of tab switch and pedals button

Bug: 1117550
Change-Id: I7ac6b9323174fa91f33471b7aa9202d2cec0de21
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2362792Reviewed-by: default avatarTommy Li <tommycli@chromium.org>
Commit-Queue: Tommy Li <tommycli@chromium.org>
Cr-Commit-Position: refs/heads/master@{#799358}
parent 3daab832
......@@ -135,12 +135,12 @@ OmniboxSuggestionButtonRowView::OmniboxSuggestionButtonRowView(
keyword_button_ = CreatePillButton(
this, "Keyword search", vector_icons::kSearchIcon,
make_predicate(OmniboxPopupModel::FOCUSED_BUTTON_KEYWORD));
pedal_button_ =
CreatePillButton(this, "Pedal", omnibox::kProductIcon,
make_predicate(OmniboxPopupModel::FOCUSED_BUTTON_PEDAL));
tab_switch_button_ = CreatePillButton(
this, "Switch to this tab", omnibox::kSwitchIcon,
make_predicate(OmniboxPopupModel::FOCUSED_BUTTON_TAB_SWITCH));
pedal_button_ =
CreatePillButton(this, "Pedal", omnibox::kProductIcon,
make_predicate(OmniboxPopupModel::FOCUSED_BUTTON_PEDAL));
}
OmniboxSuggestionButtonRowView::~OmniboxSuggestionButtonRowView() = default;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment