| commit | 22a1e7c612b37e09352b1062d9b071b135e8897c | [log] [tgz] |
|---|---|---|
| author | Lei Zhang <thestig@chromium.org> | Wed Sep 10 16:59:56 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Sep 10 16:59:56 2025 |
| tree | 5af71e19d81bc221ee091683d316311d6a05353e | |
| parent | e33287758f2234d6aabfc5d4e011c4e81e3a47cf [diff] |
Avoid extra ChromeContentBrowserClient creation in cryptauth code ChromeContentBrowserClient should only be created once during browser startup to interface with //content. So cryptauth should not create one every time it needs to get the locale. Instead, call BrowserProcess::GetApplicationLocale() directly. Change-Id: I4689fcb9b9f12b03ac0864b1573831b0773bd3f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6873024 Reviewed-by: Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/main@{#1513788}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.