commit | 5fc621cfbc8b2dfb5c10a636084264a69c76294c | [log] [tgz] |
---|---|---|
author | Christian Xu <christianxu@google.com> | Wed Feb 05 14:59:28 2025 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Feb 05 15:05:46 2025 |
tree | a945c67fba4af63e9d8ff82650367aa3d1a44a95 | |
parent | 3a0e8037d5380c06b041baf31f3bbf63d3624bde [diff] |
[iOS][OR] Move suggestions grouping from mediator to controller This CL moves suggestions grouping from OmniboxPopupMediator to OmniboxAutocompleteController. This follows the effort of removing AutocompleteController interactions from the mediator. The popup mediator requests suggestions to the OmniboxPopupController who fetches them through the OmniboxAutocompleteController. Future CLs will move the suggestions wrapping from the mediator to the popup controller. Unit tests are simplified with the use of these CLs: - https://chromium-review.googlesource.com/c/chromium/src/+/6221316 - https://chromium-review.googlesource.com/c/chromium/src/+/6218940 Fixed: 394319253 Change-Id: Iea297e8b16f2bed1d074e0379731968cff79f354 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6225805 Auto-Submit: Christian Xu <christianxu@chromium.org> Reviewed-by: Stepan Khapugin <stkhapugin@chromium.org> Commit-Queue: Stepan Khapugin <stkhapugin@chromium.org> Cr-Commit-Position: refs/heads/main@{#1416133} NOKEYCHECK=True GitOrigin-RevId: 749e32fd8d9a0b935c67d819966473b662fddbac
This directory holds code related to Chrome for iOS. See this document for a description of the structure underneath this directory.