Commit f87f2dde authored by Kyle Horimoto's avatar Kyle Horimoto Committed by Commit Bot

[CrOS Settings] Upgrade "Device" result to kHigh

This ensures that it is higher than other device results.

Bug: 1088058
Change-Id: Ie811c277a364470734f3f647cea4c849447d47eb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223008
Commit-Queue: Kyle Horimoto <khorimoto@chromium.org>
Reviewed-by: default avatarRegan Hsu <hsuregan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#773409}
parent 6e398db4
...@@ -113,7 +113,7 @@ const std::vector<SearchConcept>& GetDeviceSearchConcepts() { ...@@ -113,7 +113,7 @@ const std::vector<SearchConcept>& GetDeviceSearchConcepts() {
{IDS_OS_SETTINGS_TAG_DEVICE, {IDS_OS_SETTINGS_TAG_DEVICE,
mojom::kDeviceSectionPath, mojom::kDeviceSectionPath,
mojom::SearchResultIcon::kLaptop, mojom::SearchResultIcon::kLaptop,
mojom::SearchResultDefaultRank::kMedium, mojom::SearchResultDefaultRank::kHigh,
mojom::SearchResultType::kSection, mojom::SearchResultType::kSection,
{.section = mojom::Section::kDevice}}, {.section = mojom::Section::kDevice}},
{IDS_OS_SETTINGS_TAG_KEYBOARD_FUNCTION_KEYS, {IDS_OS_SETTINGS_TAG_KEYBOARD_FUNCTION_KEYS,
......
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