commit | 3faf31f39175634d8576f5b1bfe0734aa976015a | [log] [tgz] |
---|---|---|
author | Nathan Memmott <memmott@chromium.org> | Fri Mar 21 20:26:35 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 21 20:26:35 2025 |
tree | 983b6c69e35ff8664b9eef71f5df87a673b9ce56 | |
parent | 37a24ce6a649256725a2dd39f68cac8ec9e7d571 [diff] |
Translator: Add inputQuota and measureInputUsage Adds the inputQuota and measureInputUsage for translator. Always returns +Infinity for inputQuota and 0 for measureInputeUsage since our implementation doesn't have any limits. Only thing not implemented is the abort signal. Bug: 401927514 Change-Id: I71f25ea5e3576f58f392b588cfc12c7e9a1db864 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6350298 Commit-Queue: Nathan Memmott <memmott@chromium.org> Reviewed-by: Christine Hollingsworth <christinesm@chromium.org> Reviewed-by: Sun Yueru <yrsun@chromium.org> Cr-Commit-Position: refs/heads/main@{#1436252}
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.