commit | c1c02d0f7008e0744bf3357bd7c4039551a632dc | [log] [tgz] |
---|---|---|
author | Timofey Chudakov <tchudakov@google.com> | Tue Dec 05 10:28:30 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Dec 05 10:28:30 2023 |
tree | 43c09d8ca91aa41171cf81e2742c745ecae4e9c6 | |
parent | 097fb6078501d03b18a4e3a0164a72428473198b [diff] |
[mullet m3] Remove trigger source from AED::OnSuggestionsReturned. In a recent change, the trigger source became source is part of the suggestion query and is now passed to the AED in AED::OnQuery. The trigger source passed to AED::OnSuggestionsReturned therefore became unused. This CL removes this unused parameter. As a result, the trigger source is removed from the SingleFieldFormFiller interface and all its implementations: * AutocompleteHistoryManager * IbanManager * MerchantPromoCodeManager * SingleFieldFormFillRounter Existing tests are adjusted accordingly and 1 obsolete test is removed. Bug: 1493361 Change-Id: If088e23ccd37cc8ef9c9a167aed85edaa8a10f30 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5077270 Reviewed-by: Jan Keitel <jkeitel@google.com> Commit-Queue: Timofey Chudakov <tchudakov@google.com> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#1233246}
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.