Commit 913b98d9 authored by Daniel Classon's avatar Daniel Classon Committed by Commit Bot

[OsSettingsDeepLinking] Modify Change Account Picture search result

Modify the change account picture search result so that it returns the
setting and not the subpage.

Bug: 1084154
Change-Id: Ie45d385ff1afcbe73e1068a638236c0a4d7ef6eb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2376475Reviewed-by: default avatarKyle Horimoto <khorimoto@chromium.org>
Commit-Queue: Daniel Classon <dclasson@google.com>
Cr-Commit-Position: refs/heads/master@{#801593}
parent 46752736
......@@ -53,8 +53,8 @@ const std::vector<SearchConcept>& GetPersonalizationSearchConcepts() {
mojom::kChangePictureSubpagePath,
mojom::SearchResultIcon::kAvatar,
mojom::SearchResultDefaultRank::kMedium,
mojom::SearchResultType::kSubpage,
{.subpage = mojom::Subpage::kChangePicture},
mojom::SearchResultType::kSetting,
{.setting = mojom::Setting::kChangeDeviceAccountImage},
{IDS_OS_SETTINGS_TAG_CHANGE_DEVICE_ACCOUNT_IMAGE_ALT1,
IDS_OS_SETTINGS_TAG_CHANGE_DEVICE_ACCOUNT_IMAGE_ALT2,
IDS_OS_SETTINGS_TAG_CHANGE_DEVICE_ACCOUNT_IMAGE_ALT3,
......
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