-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add uma logging for user visit language settings.
[email protected] (cherry picked from commit b350ff3) Bug: 759410 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Ibbd2b67ee368c7cb4fb0daa79aace64fc8c1a95c Reviewed-on: https://chromium-review.googlesource.com/640273 Reviewed-by: Michael Giuffrida <[email protected]> Reviewed-by: Jesse Doherty <[email protected]> Reviewed-by: Dave Schuyler <[email protected]> Commit-Queue: Renjie Liu <[email protected]> Cr-Original-Commit-Position: refs/heads/master@{#499557} Reviewed-on: https://chromium-review.googlesource.com/654461 Reviewed-by: Marti Wong <[email protected]> Cr-Commit-Position: refs/branch-heads/3202@{#61} Cr-Branched-From: fa6a5d8-refs/heads/master@{#499098}
- Loading branch information
Renjie Liu
authored and
Marti Wong
committed
Sep 7, 2017
1 parent
0852b20
commit 36561d3
Showing
2 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -84039,6 +84039,18 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. | |
</summary> | ||
</histogram> | ||
|
||
<histogram name="Translate.LanguageSettingsIsShown" enum="BooleanShown"> | ||
<owner>[email protected]</owner> | ||
<summary> | ||
Log everytime the language settings page is shown. This can be either user | ||
visits chrome://settings/languages or user visits the advanced languages | ||
card in chrome://settings. With this stat, we will be able to understand how | ||
well the language model is doing by looking into how the number changes over | ||
time. In additiona to that, we are also interested in how many users ever | ||
visit the languages settings card. | ||
</summary> | ||
</histogram> | ||
|
||
<histogram name="Translate.LanguageVerification" | ||
enum="TranslateLanguageVerification"> | ||
<owner>[email protected]</owner> | ||
|