diff options
author | toyoshim@chromium.org <toyoshim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-05 14:32:23 +0000 |
---|---|---|
committer | toyoshim@chromium.org <toyoshim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-05 14:32:23 +0000 |
commit | c73b53cc52e44f6fd4e1cf7e9764ba5a0d043203 (patch) | |
tree | 72d7be99532f34e7ca778b88cc6cd2c515712ba0 /tools | |
parent | 9a35f8d9b69e54cf7ec50f69668444ef3a4b139b (diff) | |
download | chromium_src-c73b53cc52e44f6fd4e1cf7e9764ba5a0d043203.zip chromium_src-c73b53cc52e44f6fd4e1cf7e9764ba5a0d043203.tar.gz chromium_src-c73b53cc52e44f6fd4e1cf7e9764ba5a0d043203.tar.bz2 |
Translate: Fix broken UMA entries
UMA reporting values are temporarily broken. This change will fix the
value and add a definition for the new item.
TEST=unit_tests
BUG=n/a
Review URL: https://codereview.chromium.org/58253002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232984 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/metrics/histograms/histograms.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml index 2b8e076..830f9c6 100644 --- a/tools/metrics/histograms/histograms.xml +++ b/tools/metrics/histograms/histograms.xml @@ -18564,6 +18564,18 @@ other types of suffix sets. </histogram> <histogram name="Translate.InitiationStatus" enum="TranslateInitiationStatus"> + <obsolete> + Deprecated as of 11/2013, and replaced by Translate.InitiationStatus.v2. + </obsolete> + <summary> + The reason why Chrome decided to perform the next action (e.g., to show + infobar, to translate a page without any prompting, and so on) when Chrome + Translate is ready to translate a page. + </summary> +</histogram> + +<histogram name="Translate.InitiationStatus.v2" + enum="TranslateInitiationStatus"> <summary> The reason why Chrome decided to perform the next action (e.g., to show infobar, to translate a page without any prompting, and so on) when Chrome @@ -28322,6 +28334,7 @@ other types of suffix sets. <int value="7" label="Auto translation by user configuration"/> <int value="8" label="Auto translation by linked from a translated page"/> <int value="9" label="Show infobar"/> + <int value="10" label="MIME-type is not supported"/> </enum> <enum name="TranslateLanguage" type="int"> |