Commit 3e4c5d1b authored by Umesh Patil's avatar Umesh Patil Committed by Commit Bot

Fixed locale list error caused by a missing comma.

This was causing the no_NO and sv_SE locales to be combined into
no_NOsv_SE.

Bug: b/130313218
Change-Id: I679e4568f0aa8b573abf96c7588350101d3f967a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1562117Reviewed-by: default avatarXiaohui Chen <xiaohuic@chromium.org>
Commit-Queue: Xiaohui Chen <xiaohuic@chromium.org>
Cr-Commit-Position: refs/heads/master@{#649723}
parent 5c97f509
......@@ -51,7 +51,7 @@ ash::mojom::AssistantAllowedState IsAssistantAllowedForProfile(
ULOC_US,
"da_DK",
"nl_NL",
"no_NO"
"no_NO",
"sv_SE"};
const PrefService* prefs = profile->GetPrefs();
......
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