Commit dd30c5d1 authored by Daniel Classon's avatar Daniel Classon Committed by Commit Bot

[CrostiniPage] Link "Set up Crostini" search result to the setting

Fix a bug where the "Set up Crostini" search result did not connect to
the eponymous setting, so the setting was inaccessible for deep linking.

Bug: 1084154
Change-Id: I0b5452425eb19203c61c8b45ba4d2d96afc16264
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2380749Reviewed-by: default avatarKyle Horimoto <khorimoto@chromium.org>
Commit-Queue: Daniel Classon <dclasson@google.com>
Cr-Commit-Position: refs/heads/master@{#802704}
parent 30c023b4
...@@ -98,8 +98,8 @@ const std::vector<SearchConcept>& GetCrostiniOptedOutSearchConcepts() { ...@@ -98,8 +98,8 @@ const std::vector<SearchConcept>& GetCrostiniOptedOutSearchConcepts() {
mojom::kCrostiniSectionPath, mojom::kCrostiniSectionPath,
mojom::SearchResultIcon::kPenguin, mojom::SearchResultIcon::kPenguin,
mojom::SearchResultDefaultRank::kMedium, mojom::SearchResultDefaultRank::kMedium,
mojom::SearchResultType::kSection, mojom::SearchResultType::kSetting,
{.section = mojom::Section::kCrostini}, {.setting = mojom::Setting::kSetUpCrostini},
{IDS_OS_SETTINGS_TAG_CROSTINI_SETUP_ALT1, SearchConcept::kAltTagEnd}}, {IDS_OS_SETTINGS_TAG_CROSTINI_SETUP_ALT1, SearchConcept::kAltTagEnd}},
}); });
return *tags; return *tags;
......
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