commit | a321b72db9fe13884faa6a7cca820a67b2cdc03d | [log] [tgz] |
---|---|---|
author | Christian Xu <christianxu@google.com> | Thu Feb 06 16:02:23 2025 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Feb 06 17:22:53 2025 |
tree | 12d0e477020491bc4d2b8ac30802399b18b859a6 | |
parent | 88ba3549955c19c597902c2366e163956e81f75c [diff] |
Reland [iOS][OR] Move suggestions grouping from mediator to controller Reland with a fix to the unittests. 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: I9f489f0ac8322f793f9ba1616c6ea75aee8a0a64 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6239319 Auto-Submit: Christian Xu <christianxu@chromium.org> Reviewed-by: Radu Nitescu <radunitescu@google.com> Commit-Queue: Christian Xu <christianxu@chromium.org> Cr-Commit-Position: refs/heads/main@{#1416804} NOKEYCHECK=True GitOrigin-RevId: e2c407deabfb68d6aa72305b7e27f221763c8b88
This directory holds code related to Chrome for iOS. See this document for a description of the structure underneath this directory.