commit | a4b0ada518f8ddc2f460ea54db13ec62ef3044f9 | [log] [tgz] |
---|---|---|
author | Louis Romero <lpromero@google.com> | Tue Apr 29 20:43:20 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 29 20:43:20 2025 |
tree | ab73c4655d368eb869acac2ec1a9e05bdd4d88f0 | |
parent | f5d80f84214b575c6f630d664788d850e3ffed05 [diff] |
Create ShareKitService lazily Prior to this CL, the ShareKitService is created with the profile. This was added in crrev.com/c/6043980, but it shouldn't be needed anymore to start the service. It can be started lazily by the code that starts a Join flow. Bug: 409499069 Change-Id: I0fc876328d3f24e9e686dcb55934525b4ed286ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6494691 Auto-Submit: Louis Romero <lpromero@google.com> Reviewed-by: Gauthier Ambard <gambard@chromium.org> Commit-Queue: Louis Romero <lpromero@google.com> Cr-Commit-Position: refs/heads/main@{#1453509}
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.