| commit | bb75c8b7890feca13c7c4ffb2cf61a47fb9ff73b | [log] [tgz] |
|---|---|---|
| author | David Bienvenu <davidbienvenu@chromium.org> | Mon Oct 31 15:28:31 2022 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Oct 31 15:28:31 2022 |
| tree | d1078c8bef8d4c2df1d2512c2559bd0f425c91ac | |
| parent | 9ee9357b6eb95237f9e9516ffbef72127852581b [diff] |
win: keep single-argument when converting cmdline to string When Chrome is launched with --single-argument, but rendezvous's with an already running instance of Chrome, this CL makes it so we pass the --single-argument switch to the running instance of Chrome. This helps us record the right launch mode metric, and fixes a potential instance of https://crbug.com/937179 for the rendezvous case. Bug: 1366137, 937179 Change-Id: Ibec82bb4237c7de88140c81bec2a279121d72db7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3984458 Reviewed-by: Jesse McKenna <jessemckenna@google.com> Reviewed-by: Francois Pierre Doray <fdoray@chromium.org> Commit-Queue: David Bienvenu <davidbienvenu@chromium.org> Cr-Commit-Position: refs/heads/main@{#1065496}
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.