| commit | 24d9b663b774f11bf610b68a079dc3a550e5093c | [log] [tgz] |
|---|---|---|
| author | Rune Lillesveen <futhark@chromium.org> | Fri Sep 05 07:58:39 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 05 07:58:39 2025 |
| tree | 1bd1fc2d33c3facb4e03bcf6b532e49e27ba1f6d | |
| parent | 83646e1109ad5c793cbf3a3e4c516bc665a0c7f1 [diff] |
Revert "Implement walletable pass extraction with server LLM" This reverts commit 211a82cf0e3c4f423184bda6c277211d09ecc56d. Reason for revert: Suspect reason for tree close: https://ci.chromium.org/ui/p/chromium/builders/ci/Win%20x64%20Builder/168295/overview Original change's description: > Implement walletable pass extraction with server LLM > > This CL adds the capability to call Chrome GenAI server to extract > walletable passes from a web page. It introduces the > `OptimizationGuideModelExecutor` as a dependency to the > `WalletablePassIngestionController`. > > The new method `ExtractWalletablePass` is responsible for invoking the > model, and the `OnExtractWalletablePass` callback handles the model's > response. > > Bug: 425782578 > > Skip-Clang-Tidy-Checks: modernize-use-equals-default > Change-Id: Ic147265555a89e772c95ed00718a88cfc39e0c1f > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6896063 > Reviewed-by: Darryl James <dljames@chromium.org> > Reviewed-by: Norge Vizcay <vizcay@google.com> > Commit-Queue: Hanfeng Zhu <hanfeng@google.com> > Cr-Commit-Position: refs/heads/main@{#1511349} Bug: 425782578 No-Presubmit: true No-Tree-Checks: true No-Try: true Change-Id: Ice782f560eb98a15a0120bc879469f3303f7bedb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6917615 Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Auto-Submit: Rune Lillesveen <futhark@chromium.org> Owners-Override: Rune Lillesveen <futhark@chromium.org> Reviewed-by: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/main@{#1511360}
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.