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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2726043003: Revert "[translate] Add translate ranker model loader." (Closed)
Patch Set: Created 3 years, 9 months 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 | « net/url_request/test_url_fetcher_factory.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 46967640cfe1636f6413acd8ca4112dacca191f9..734710f74ba78d1971506878f4fce2e2202e5d66 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -71729,7 +71729,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>Counts translation target page schemes.</summary>
</histogram>
-<histogram name="Translate.Ranker.Model.Status" enum="RankerModelStatus">
+<histogram name="Translate.Ranker.Model.Status"
+ enum="TranslateRankerModelStatus">
<owner>rogerm@google.com</owner>
<summary>
Tracks the outcome of attempts to download a Translate Ranker Model.
@@ -105850,15 +105851,6 @@ value.
<int value="6" label="In use"/>
</enum>
-<enum name="RankerModelStatus" type="int">
- <int value="0" label="OK"/>
- <int value="1" label="Download Throttled"/>
- <int value="2" label="Download Failed"/>
- <int value="3" label="Parse Failed"/>
- <int value="4" label="Validation Failed"/>
- <int value="5" label="Incompatible"/>
-</enum>
-
<enum name="RapporDiscardReason" type="int">
<int value="0" label="Upload Success"/>
<int value="1" label="Upload Rejected"/>
@@ -110779,6 +110771,14 @@ value.
<int value="6" label="CLD can complement a sub code"/>
</enum>
+<enum name="TranslateRankerModelStatus" type="int">
+ <int value="0" label="OK"/>
+ <int value="1" label="Download Throttled"/>
+ <int value="2" label="Download Failed"/>
+ <int value="3" label="Parse Failed"/>
+ <int value="4" label="Validation Failed"/>
+</enum>
+
<enum name="TranslateScheme" type="int">
<int value="0" label="http"/>
<int value="1" label="https"/>
« no previous file with comments | « net/url_request/test_url_fetcher_factory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698