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

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

Issue 2839433002: [translate] Fix shutdown race for translate ranker model loader. (Closed)
Patch Set: fdoray part deux Created 3 years, 8 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 | « components/translate/core/browser/translate_url_fetcher.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 4a8ab23bd6d5e7b24d06fae642bbf1e5e4c0be00..cf74a8a5851509d9e59a481d5198b1697180a8cc 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -111516,6 +111516,8 @@ from previous Chrome versions.
<int value="3" label="Parse Failed"/>
<int value="4" label="Validation Failed"/>
<int value="5" label="Incompatible"/>
+ <int value="6" label="Load from Cache Failed"/>
+ <int value="7" label="Model Loading Abandoned"/>
</enum>
<enum name="RapporDiscardReason" type="int">
« no previous file with comments | « components/translate/core/browser/translate_url_fetcher.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698