commit | 9763098a280c2b83530bae0ecd4f0be40f2ebab3 | [log] [tgz] |
---|---|---|
author | Trevor Perrier <perrier@chromium.org> | Fri Mar 07 18:06:39 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 07 18:06:39 2025 |
tree | 96dcfd2850ecaa4753df93e11be436da01dac168 | |
parent | 976aebe53dbdac25da97878b22f06e08bb57a8a5 [diff] |
Fix GetProfileForLaunch to not always use active_glic Currently if there is an active_glic set GetProfileForLaunch will always use that profile. This is a bug since active_glic is never reset and should be thought of as "last_used_glic". This CL changes it so that the last used glic profile is only used if there is an open detached window. In all other cases the profile to use should come from the most most recent browser list or pinned profile. Bug: 400755661 Change-Id: I29b9015b025413f1f7a355a1382b37a1dc528b5a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6325711 Reviewed-by: Eshwar Stalin <estalin@chromium.org> Commit-Queue: Trevor Perrier <perrier@chromium.org> Cr-Commit-Position: refs/heads/main@{#1429598}
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.