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

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

Issue 2839433002: [translate] Fix shutdown race for translate ranker model loader. (Closed)
Patch Set: experiment: delay model load to first translate activity 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index ce92b4a4b9b3383ccff650ee1c5c910ff9b38b75..497b543a2fbc8b79c8444aaee46e6df9e0098654 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -111441,6 +111441,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">

Powered by Google App Engine
This is Rietveld 408576698