Chromium changes: https://chromium.googlesource.com/chromium/src/+/f3299a56bec5f5f0848d62984e01defc3a7f0499 commit f3299a56bec5f5f0848d62984e01defc3a7f0499 Author: Tomasz Wiszkowski <ender@google.com> Date: Wed Feb 18 07:11:44 2026 -0800 Move OmniboxActionDelegateImpl back to omnibox folder. The change reverts https://crrev.com/c/7077115 and exposes the OmniboxActionDelegateImpl to the Autocomplete subsystem. The OmniboxActionDelegate (the interface) is needed to bridge the gap between the //chrome/android and //components, and its function under //chrome/android is irrelevant. Propagating the Impl down to Autocomplete stack allows us to include additional bits of information needed by Omnibox Actions that should not be a part of the interface / should not be modifiable by Actions. Bypass-Check-License: files moved. Change-Id: I9842386460f91f476a3bb309e1a7f8b31251990c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7586837 Reviewed-by: Keigo Oka <oka@chromium.org> Auto-Submit: Tomasz Wiszkowski <ender@google.com> Commit-Queue: Tomasz Wiszkowski <ender@google.com> Reviewed-by: Hidehiko Abe <hidehiko@chromium.org> Cr-Commit-Position: refs/heads/main@{#1586414}