New issue
Advanced search Search tips

Issue 759781 link

Starred by 1 user

Issue metadata

Status: Untriaged
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 3
Type: Bug



Sign in to add a comment

AppShell: provide actual locale in feedback

Project Member Reported by michae...@chromium.org, Aug 28 2017

Issue description

The feedback API includes the application locale (the UI language) in  feedback reports. In AppShell, this is hard-coded to "en-US":

https://cs.chromium.org/chromium/src/extensions/shell/browser/shell_extensions_browser_client.cc?type=cs&q=file:extensions_browser_client+locale&sq=package:chromium&l=285

We should instead use the locale AppShell is running  with, which is the system locale. This has to be fetched asynchronously, so it needs to be done before any calls to GetApplicationLocale(). (We could also have GetApplicationLocale() take a callback, but why complicate things?)
 
Project Member

Comment 1 by sheriffbot@chromium.org, Aug 29

Labels: Hotlist-Recharge-Cold
Status: Untriaged (was: Available)
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue.

Sorry for the inconvenience if the bug really should have been left as Available.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot

Sign in to add a comment