commit | 41316deba1bbe0cf31ffe5feb2fe2c10814521e0 | [log] [tgz] |
---|---|---|
author | Fabio Tirelo <ftirelo@chromium.org> | Fri Nov 24 21:33:11 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Nov 24 21:33:11 2023 |
tree | ea065e7e51d8d65bb3f5726ab159eee066d0481a | |
parent | a72861d8dc033c424e0b9d3c661a96a33a520c4d [diff] |
[Code health] Rename method for clarity This is a follow-up of crrev.com/c/5017083. The CL above changed the type of `TemplateURLData::created_by_policy` from boolean to an enum, and one of the method names had the assumption that "created by policy" is the same as "default search engine defined by policy", which is no longer true - other search engines can now be defined by policy without necessary being set as DSP. Low-Coverage-Reason: TRIVIAL_CHANGE renaming a method Bug: b/307544344 Change-Id: If507150971598b410086979723407d75e82de160 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5053242 Reviewed-by: Gauthier Ambard <gambard@chromium.org> Reviewed-by: manuk hovanesian <manukh@chromium.org> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Commit-Queue: Fabio Tirelo <ftirelo@chromium.org> Cr-Commit-Position: refs/heads/main@{#1228891}
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.