commit | 5ee3bc6fe2b67d5278d92a1b7045c71f2037cba5 | [log] [tgz] |
---|---|---|
author | Sylvain Defresne <sdefresne@chromium.org> | Thu Nov 21 07:15:13 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Nov 21 07:15:13 2024 |
tree | 2507112f0b642ad08722c95317135df6184bf085 | |
parent | 95161da51010db14cd1fc10b7a4f6324b155d76c [diff] |
[ios] Move RLZ library init to MainController The RLZ library should be initialised with the first profile that is fully loaded so move the code performing the initialisation to MainController when the first ProfileState reach kProfileLoaded. Bug: 325257407 Change-Id: I9a2a49d0166d2697652fb945351c5b420f864403 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6038773 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by: Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/main@{#1386082}
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.