commit | 218c25e16fbe68c9192a1f5dcadf8565e48f5944 | [log] [tgz] |
---|---|---|
author | manukh <manukh@chromium.org> | Wed Dec 06 18:58:27 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Dec 06 18:58:27 2023 |
tree | eb5572c6e387928dd8ab5e5ff52bc20afc4c2311 | |
parent | 073872f26ea8060a936ff0a4e4e306c672762900 [diff] |
[omnibox][ml] Remove callbacks from ML calls go/autocopmlete-controller-refactor has some details on the refactor plan. This is part 2 of the refactor. Part 1 removed the async ML flows, only leaving the sync ML flow. This CL removes the now unnecessary callbacks. Also introduces `FakeAutocompleteScoringModelService`. Bug: 1405555 Change-Id: I2d64a63d0e556b904aace05c1a1bc5ea7ee39e15 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5079516 Reviewed-by: Jun Zou <junzou@chromium.org> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Commit-Queue: manuk hovanesian <manukh@chromium.org> Cr-Commit-Position: refs/heads/main@{#1234062}
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.