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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2355163002: [Offline Pages] Breaks out new TIMED_OUT Offliner status for RequestCoordinator watchdog timeout in… (Closed)
Patch Set: Created 4 years, 3 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 b1e5861e2ac2b8174eed1c156b6bd14f0455c489..3dd6586a957b86affc4e8e2feb2194edab0eb59b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -89370,6 +89370,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="5" label="Prerendering failed"/>
<int value="6" label="Save failed"/>
<int value="7" label="Foreground transition canceled"/>
+ <int value="8" label="RequestCoordinator timed-out"/>
</enum>
<enum name="OfflinePagesClearAllStatus" type="int">

Powered by Google App Engine
This is Rietveld 408576698