commit | edcff68b6e311eb54dab52552c9b154af28b0fb9 | [log] [tgz] |
---|---|---|
author | Anthony Cui <cuianthony@google.com> | Sat May 20 02:16:04 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat May 20 02:16:04 2023 |
tree | 46aea89139117108d4e6c279d917b52d4ee69079 | |
parent | a72cf612b0ffd779eff735872a41b90152d4537b [diff] |
[Translate metrics cleanup] Remove Translate.SourceLanguage and Translate.TargetLanguage code This also updates TranslateManagerTests that were previously checking whether these histograms were logged to use clearer, non-metrics dependent test expectations. OBSOLETE_HISTOGRAM[Translate.SourceLanguage]=Replaced by Translate.Translation.SourceLanguage in M115 OBSOLETE_HISTOGRAM[Translate.TargetLanguage]=Replaced by Translate.Translation.TargetLanguage in M115 Bug: 1446730 Change-Id: Ia303c05580cbb0f42f942e1e209fc8630b61498f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4545583 Reviewed-by: Max Curran <curranmax@chromium.org> Commit-Queue: Anthony Cui <cuianthony@chromium.org> Reviewed-by: Megan Jablonski <megjablon@chromium.org> Cr-Commit-Position: refs/heads/main@{#1146824}
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.