Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[remoting][notification] Fix locale issue on Android
l10n_util::GetApplicationLocale() returns empty string on Android since we don't pack any .pak file into our apk, which makes the notification client always fallback to en-US. This CL fixes this by calling base::android::GetDefaultLocaleString() on Android to get back the default locale. Bug: 1001291 Change-Id: I0d8499d00dcd8a1343109377b3bee6f708c43e59 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1864362 Auto-Submit: Yuwei Huang <yuweih@chromium.org> Commit-Queue: Jamie Walch <jamiewalch@chromium.org> Reviewed-by: Jamie Walch <jamiewalch@chromium.org> Cr-Commit-Position: refs/heads/master@{#706665}
- Loading branch information