Commit 56330047 authored by Alan Cutter's avatar Alan Cutter Committed by Commit Bot

Move find icon to be on the right of install and intent picker icons in location bar

This is a simple reordering of the omnibox icons to better match UX mocks.

Before: https://bugs.chromium.org/p/chromium/issues/attachment?aid=394824&signed_aid=nOrbTUMOlIuDq7tSR80dhA==&inline=1
After: https://bugs.chromium.org/p/chromium/issues/attachment?aid=394825&signed_aid=QDyPSKCoGB59hyh48HHkcQ==&inline=1

Bug: 966304
Change-Id: I612f63f0c39ef923dc6f327f4921ca57e8b9d4a0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1626202Reviewed-by: default avatarEvan Stade <estade@chromium.org>
Commit-Queue: Alan Cutter <alancutter@chromium.org>
Cr-Commit-Position: refs/heads/master@{#662912}
parent db8ee724
......@@ -224,12 +224,12 @@ void LocationBarView::Init() {
autofill::features::kAutofillEnableToolbarStatusChip)) {
params.types_enabled.push_back(PageActionIconType::kManagePasswords);
}
params.types_enabled.push_back(PageActionIconType::kFind);
params.types_enabled.push_back(PageActionIconType::kIntentPicker);
params.types_enabled.push_back(PageActionIconType::kTranslate);
params.types_enabled.push_back(PageActionIconType::kZoom);
if (base::FeatureList::IsEnabled(features::kDesktopPWAsOmniboxInstall))
params.types_enabled.push_back(PageActionIconType::kPwaInstall);
params.types_enabled.push_back(PageActionIconType::kFind);
params.types_enabled.push_back(PageActionIconType::kTranslate);
params.types_enabled.push_back(PageActionIconType::kZoom);
if (send_tab_to_self::IsSendingEnabled())
params.types_enabled.push_back(PageActionIconType::kSendTabToSelf);
}
......
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