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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2726203002: [Translate] Add translate ranker model loader (take 2). (Closed)
Patch Set: Update year in comments. 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 7b2c26e1c95517794e87109fcfd8da21c2fb4591..4d4f0f0c1507516f7e4d6000be0726f9e58f0b68 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -71843,8 +71843,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.
@@ -106022,6 +106021,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"/>
@@ -110942,14 +110950,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