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

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

Issue 2565873002: [translate] Add translate ranker model loader. (Closed)
Patch Set: comments from sdefresne Created 3 years, 10 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 a54cd2d0a99184ed3ab68f27dd84471cf76e7bf6..2f27d444e2ecf377deb2e18a55b9f3dd276855a6 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -71499,8 +71499,7 @@ 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="TranslateRankerModelStatus">
+<histogram name="Translate.Ranker.Model.Status" enum="RankerModelStatus">
<owner>rogerm@google.com</owner>
<summary>
Tracks the outcome of attempts to download a Translate Ranker Model.
@@ -105391,6 +105390,15 @@ 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"/>
@@ -110304,14 +110312,6 @@ 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