commit | ea544962c3ac1e3e2e6054628273e5fbefaee857 | [log] [tgz] |
---|---|---|
author | Alex Cooper <alcooper@chromium.org> | Wed Dec 22 23:12:39 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Dec 22 23:12:39 2021 |
tree | 17a1c52fcfb885a4b67993dd43be38fa3c483778 | |
parent | be6f7cefd63c9d7746bef7d42139a27e118751e7 [diff] |
[CodeHealth] Remove deprecated Value methods from WeeklyTime::ToValue Converts the return/internal type of WeeklyTime(Interval)::ToValue away from the deprecated unique pointer to a dictionary value to a basic base::Value object. Also converts those implementations and their immediate callers away from deprecated patterns and onto new ones. Note that this originally started as just cleaning up the SetDictionary deprecated methods but I decided to expand the cleanup to the API to make the original cleanup better. Bug: 1187029 Change-Id: I69fd52037eb8b3506a1aaa0b558f3b4e83d2f79d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3353885 Reviewed-by: Pavol Marko <pmarko@chromium.org> Auto-Submit: Alexander Cooper <alcooper@chromium.org> Commit-Queue: Pavol Marko <pmarko@chromium.org> Cr-Commit-Position: refs/heads/main@{#953678}
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.