Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(636)

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 2785573002: Updates the translate "language verified" histogram description to no longer (Closed)
Patch Set: Also updated histogram owner. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index d4a2b12bda38119a8e1c13f61c8b201239c392a5..a03328213a0fd77b505a1c4a278de5f3da8c42c3 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -73226,17 +73226,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="Translate.LanguageVerification"
enum="TranslateLanguageVerification">
- <owner>kenjibaheux@google.com</owner>
- <summary>
- For each page load, measures whether the provided Content-Language header
- matches the language determined by CLD. Beyond directly matching or
- mismatching the Content-Language header, CLD can complement the
- Content-Language. For example, suppose the Content-Language header
- specifies 'zh' (general Chinese), a language code that the Translate server
- does not support. In this case, CLD can detect a subcode like '-TW' or
- '-CN', resulting in language codes 'zh-TW' and 'zh-CN', which the Translate
- server supports. This is referred to as &quot;complementing a language
- subcode&quot;.
+ <owner>yyushkina@chromium.org</owner>
+ <summary>
+ For each page load, measures whether the provided HTML language (i.e. the
+ page lang attribute if it exists, otherwise the header Content-Language
+ value) matches the language determined by CLD. Beyond directly matching or
+ mismatching the HTML language, CLD can complement the HTML language. For
+ example, suppose the HTML language is 'zh' (general Chinese), a language
+ code that the Translate server does not support. In this case, CLD can
+ detect a subcode like '-TW' or '-CN', resulting in language codes 'zh-TW'
+ and 'zh-CN', which the Translate server supports. This is referred to as
+ &quot;complementing a language subcode&quot;.
</summary>
</histogram>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698