| commit | db69b22d7aba98c0d30be6fa6122574491f9d2dc | [log] [tgz] |
|---|---|---|
| author | Juan Mojica <juanmojica@google.com> | Fri Dec 12 21:48:19 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Dec 12 21:48:19 2025 |
| tree | 9988f722462e8b72db4b81a735facfb87e8240bd | |
| parent | d42bc19186674a4565a795abfefc404bd4933e5a [diff] |
[Contextual Tasks] Upload tab context before sending Lens side panel queries Refactors `LensQueryFlowRouter::SendContextualTextQuery` to create a `CreateSearchUrlRequestInfo` with type `kAim` and route it through `SendInteractionToContextualTasks`. Modifies `SendInteractionToContextualTasks` to ensure a `ContextualSearchSessionHandle` exists and has tab context before generating the search URL. If a session is missing, it is created, and the search request is cached while `TabContextualizationController` fetches and uploads the page context. Bug: 467770833 Change-Id: I4e0d2ccd224fcdc9878d5afdb622e3dc340d3ea8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7255015 Reviewed-by: Duncan Mercer <mercerd@google.com> Commit-Queue: Juan Mojica <juanmojica@google.com> Cr-Commit-Position: refs/heads/main@{#1558271}
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.