commit | 44f9b56a1dd6a35ef0e5231dc1a8ed7885e7f4ad | [log] [tgz] |
---|---|---|
author | Mikel Astiz <mastiz@chromium.org> | Thu Feb 01 08:34:52 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 01 08:34:52 2024 |
tree | fdf0efd25fae12f39a11820d637362b86b5b9c04 | |
parent | 861058c0b131acd9d097b9f0862396b2d1f6bfb5 [diff] |
[bookmarks] Remove API to encode a BookmarkModel directly No behavioral changes, pure refactoring. The API is too error-prone as it depends on which subset of the nodes need to be encoded. There is exactly one caller outside components/bookmarks, which can inline the trivial alternative of invoking the other Encode() overload. Change-Id: I907f41752042af2719136c5b553af39d41fd854c Bug: 1520418 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5249936 Reviewed-by: Scott Violet <sky@chromium.org> Commit-Queue: Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/main@{#1254949}
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.