Commit 1476409f authored by tyoshino@chromium.org's avatar tyoshino@chromium.org

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
parent 048048dd
...@@ -9379,6 +9379,15 @@ other types of suffix sets. ...@@ -9379,6 +9379,15 @@ other types of suffix sets.
</summary> </summary>
</histogram> </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"> <histogram name="Translate.ModifyOriginalLang">
<summary> <summary>
The number of times the original language in the translate infobar has been The number of times the original language in the translate infobar has been
...@@ -9407,15 +9416,6 @@ other types of suffix sets. ...@@ -9407,15 +9416,6 @@ other types of suffix sets.
</summary> </summary>
</histogram> </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"> <histogram name="Translate.PageScheme" enum="TranslateScheme">
<summary>Counts translation target page schemes.</summary> <summary>Counts translation target page schemes.</summary>
</histogram> </histogram>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment