Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 85787bf4a2f36ad8a1f6fae45961c9ed54f53c96..86b0d1e61d74343da57a465ee4bc83a98aeb3cef 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. |
Ilya Sherman
2013/11/05 01:43:19
Optional nit: Consider mentioning which histogram
Takashi Toyoshima
2013/11/05 02:06:50
Good point.
Done!
|
+ </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"> |