| commit | 65f5336338d013161bae36700b9769b54b60ab4c | [log] [tgz] |
|---|---|---|
| author | Atharv Maan <atharvmaan@chromium.org> | Mon Aug 11 15:39:41 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Aug 11 15:39:41 2025 |
| tree | 37ddd8cfee3768ed33e7a11649ef2716821569a8 | |
| parent | ba34605ef70316acdee48740673edc6442c9d926 [diff] |
[First Run Bookmark Import] Import bookmarks from initial preferences This CL introduces a feature to import bookmarks from `initial_preferences` during the first run of Chrome. The feature is controlled by the `kBookmarksImportOnFirstRun` feature flag. The bookmarks are imported asynchronously and the import process starts after `BookmarkModel` has been loaded before proceeding. To monitor the success and failure of this new import method, UMA logging has been added. This will help in tracking the reliability and performance of the feature. Fixed: 433258915 Change-Id: I5ce3359516669e65aded0089231d1171c4956b82 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6776527 Reviewed-by: Kaan Alsan <alsan@chromium.org> Reviewed-by: Daniel Soromou <koretadaniel@chromium.org> Commit-Queue: Atharv Maan <atharvmaan@chromium.org> Cr-Commit-Position: refs/heads/main@{#1499587}
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.