| commit | 25a57c2261b33d09a171efb59d6759f3961245c9 | [log] [tgz] |
|---|---|---|
| author | Peter Kvitek <kvitekp@chromium.org> | Thu Dec 07 00:00:16 2023 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Dec 07 00:00:16 2023 |
| tree | 5700e42191a4e6717458a27e355a4b4ad34ce49c | |
| parent | 7420066708c0d7aef01b9da08f23c53157c0492d [diff] |
[headless] Disable first run experience when running headless https://crrev.com/c/3840729 disables First Run Dialog while in headless mode, however other components appear to directly check for the --no-first-run command line switch and show FRE related UI if it's not present, see https://crbug.com/1509066 This CL adds --no-first-run to all headless runs to suppress any FRE related UI. Bug: 1509066 Change-Id: I416520c0cf9f6c924e84d832676bdbe4a9b4cde6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5096524 Commit-Queue: Andrey Kosyakov <caseq@chromium.org> Auto-Submit: Peter Kvitek <kvitekp@chromium.org> Reviewed-by: Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/main@{#1234247}
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.