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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2361883002: [Offline Pages] Adds classification of some prerender FinalStatus codes as canceled operations or a… (Closed)
Patch Set: Reworked per feedback Created 4 years, 2 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/offline_pages/background/request_coordinator_unittest.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 6c9fd1ebb8b6763906eee01c30004cf36ff812ae..c057cc2637cdfb9bbd090dd633d219fef6dd114a 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -90766,10 +90766,11 @@ value.
<int value="2" label="Saved"/>
<int value="3" label="RequestCoordinator canceled"/>
<int value="4" label="Prerendering canceled"/>
- <int value="5" label="Prerendering failed"/>
+ <int value="5" label="Prerendering failed (retryable)"/>
<int value="6" label="Save failed"/>
<int value="7" label="Foreground transition canceled"/>
<int value="8" label="RequestCoordinator timed-out"/>
+ <int value="9" label="Prerendering failed (non-retryable)"/>
dougarnett 2016/09/29 18:55:38 btw: there is another CL with 9 pending so one of
</enum>
<enum name="OfflinePagesClearAllStatus" type="int">
« no previous file with comments | « components/offline_pages/background/request_coordinator_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698