commit | c5a6b2936d8e6934ff14c878b2ee937f3ca1d675 | [log] [tgz] |
---|---|---|
author | Clark DuVall <cduvall@chromium.org> | Tue May 13 18:38:28 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 13 18:38:28 2025 |
tree | d8e981ab8f4e81057102c9f389a1b541146bcdeb | |
parent | 63b4e023e37afcd86592381caccdd155cd43042c [diff] |
Simplify strings returned from the fake on-device model service The "\n" and "Context: " pieces of the output were mostly noise and don't meaningfully add anything to test correctness. This change removes those pieces to make tests written against the fake a bit cleaner. Bug: 415808003 Change-Id: Id34f394ba24850f2c89219d66d27ed80474b58fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6542686 Reviewed-by: Steven Holte <holte@chromium.org> Commit-Queue: Clark DuVall <cduvall@chromium.org> Cr-Commit-Position: refs/heads/main@{#1459596}
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.