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

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

Issue 58253002: Translate: Fix broken UMA entries (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: done Created 7 years, 1 month 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 | « chrome/browser/translate/translate_browser_metrics.cc ('k') | 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 85787bf4a2f36ad8a1f6fae45961c9ed54f53c96..ae8f3779b90504db263b757e1dc13f2ad05a3993 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -18549,6 +18549,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
@@ -28291,6 +28303,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">
« no previous file with comments | « chrome/browser/translate/translate_browser_metrics.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698