AppShell: provide actual locale in feedback |
|
Issue descriptionThe 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?) |
|
►
Sign in to add a comment |
|
Comment 1 by sheriffbot@chromium.org
, Aug 29Status: Untriaged (was: Available)