commit | 034484a2bac46a2849da44f5fd90963fd4fab841 | [log] [tgz] |
---|---|---|
author | Ian Wells <iwells@chromium.org> | Wed Feb 12 02:23:48 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 12 02:23:48 2025 |
tree | 6679db308067f8160ddad806127abfd1c1fe2b7f | |
parent | 49b1e754fc2fe1d8c45a8a7ec5cfb432a04a17fb [diff] |
Add command line switch for opening glic on app startup Use --glic-open-on-startup=attached to open glic in attached mode when starting Chrome, or ...=detached (or any other value) to open detached. This switch can be used for opening glic in automated tests until there is a way to trigger the real entrypoints in a test environment. Tested manually on Mac; no tests for this code path since it is itself test support. Bug: 391948342 Change-Id: Ifdc39cab5d47ec2e45a23e51e24db084038b6052 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6254881 Reviewed-by: Trevor Perrier <perrier@chromium.org> Commit-Queue: Ian Wells <iwells@chromium.org> Cr-Commit-Position: refs/heads/main@{#1419044}
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.