commit | 6cef0a3b117f838ecc02442e4793b359b7f8266b | [log] [tgz] |
---|---|---|
author | David Bienvenu <davidbienvenu@chromium.org> | Mon Sep 26 19:32:31 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Sep 26 19:32:31 2022 |
tree | df4b525b906675f91ea3646bd809d364fd5bb8bb | |
parent | 270245f69a17180ac3e037e7746b20da0061e38f [diff] |
win: pass launching shortcut path to rendezvous process When recording launch mode metric for when the new Chrome process rendezvous's with an existing process, in order for the existing process to record the correct launch mode in the case of a shortcut launch, the new process will pass the shortcut path to the existing process on the command line, via --source-shortcut argument. TESTED=manual Bug: 1067205 Change-Id: Iee1388e9deec6845b3b2a2a0924c4081f9dd6a9d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3908811 Reviewed-by: Greg Thompson <grt@chromium.org> Commit-Queue: David Bienvenu <davidbienvenu@chromium.org> Cr-Commit-Position: refs/heads/main@{#1051348}
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.