| commit | 885c34d465d8c2ea6669880db65bf907ad321832 | [log] [tgz] |
|---|---|---|
| author | Kirubel Aklilu <kaklilu@chromium.org> | Thu Apr 14 21:31:49 2022 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 14 21:31:49 2022 |
| tree | abd65a6218af806efd854eedde9c93070585e48c | |
| parent | 24c32273e5ced7c6a16e60f5636fa7c9f71536ca [diff] |
Make ClassificationsLoader only use feature classifications when given. The ClassificationsLoader used to only check if the feature had any feature params in order to determine which source to get classifications from (either the feature or from the component) Since a new feature param was added in https://crrev.com/c/3583732, the prior logic would've still tried to use the feature classifications even if the only provided param was "should_filter". Bug: 1316001 Change-Id: Ied340c8bf94ecc7b2e147f42092831e128630bc8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3584318 Reviewed-by: Matt Reichhoff <mreichhoff@chromium.org> Commit-Queue: Kirubel Aklilu <kaklilu@chromium.org> Cr-Commit-Position: refs/heads/main@{#992720}
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.