commit | 36984d6458176cbb515ced5b794cb27980881d27 | [log] [tgz] |
---|---|---|
author | Ted Choc <tedchoc@chromium.org> | Tue Dec 17 17:01:08 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Dec 17 17:01:08 2024 |
tree | f42aa2ef84ce4bda29c959fdfbf5225dab09578b | |
parent | cdf97858a795476fc3c37f4d94cd2dee150e2466 [diff] |
Remove static profile access from SyncConsentActivityLauncherImpl. Choose the path to pass in Profile into the constructor because all of these launch methods should eventually be tied to the triggering Profile. But to fix those, we need to pass the profile reference as part of the launching intent, and that is not yet done. Bug: 40254448 Change-Id: Ifa4fc1b9a5d55cee1f684193428f23c26ee19912 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6097519 Reviewed-by: Boris Sazonov <bsazonov@chromium.org> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Commit-Queue: Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/main@{#1397358}
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.