diff options
author | tyoshino@chromium.org <tyoshino@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-30 11:08:44 +0000 |
---|---|---|
committer | tyoshino@chromium.org <tyoshino@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-30 11:08:44 +0000 |
commit | 1476409fcd2d515fbcb55ff66a8304da8e8a38af (patch) | |
tree | c9accaf094d63f74c42919f6a12b3059fccac767 /tools | |
parent | 048048ddf59f5fc09234898c758c2fbc6286cdee (diff) | |
download | chromium_src-1476409fcd2d515fbcb55ff66a8304da8e8a38af.zip chromium_src-1476409fcd2d515fbcb55ff66a8304da8e8a38af.tar.gz chromium_src-1476409fcd2d515fbcb55ff66a8304da8e8a38af.tar.bz2 |
Sort histogram definitions alphabetically.
Translate.LocalesOnDisabledByPrefs is not sorted correctly. Presubmit runs
pretty print script and aborts upload.
TBR=isherman
NOTRY=true
Review URL: https://codereview.chromium.org/15690019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203117 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/metrics/histograms/histograms.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml index 41b6b48..e7c17cf 100644 --- a/tools/metrics/histograms/histograms.xml +++ b/tools/metrics/histograms/histograms.xml @@ -9379,6 +9379,15 @@ other types of suffix sets. </summary> </histogram> +<histogram name="Translate.LocalesOnDisabledByPrefs" enum="LanguageCode"> + <summary> + Logs the user locale when the Translate feature is disabled by the user. + This is recorded each time a webpage is loaded and prefs for translation is + checked. This allows us to investigate the correlation between the user + locale and the usage rates of the Translate. + </summary> +</histogram> + <histogram name="Translate.ModifyOriginalLang"> <summary> The number of times the original language in the translate infobar has been @@ -9407,15 +9416,6 @@ other types of suffix sets. </summary> </histogram> -<histogram name="Translate.LocalesOnDisabledByPrefs" enum="LanguageCode"> - <summary> - Logs the user locale when the Translate feature is disabled by the user. - This is recorded each time a webpage is loaded and prefs for translation is - checked. This allows us to investigate the correlation between the user - locale and the usage rates of the Translate. - </summary> -</histogram> - <histogram name="Translate.PageScheme" enum="TranslateScheme"> <summary>Counts translation target page schemes.</summary> </histogram> |