| 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">
|
|
|