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

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

Issue 2818783002: [Offline pages]: Implement background loader to save on last retry, and record last retry success U… (Closed)
Patch Set: request coordinator update 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 2fccfaad8172e0fd195b55dd5bb09c90ea574d38..9fd7070f465a8b0ba598a1de269a0a873352a27d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -105367,6 +105367,7 @@ from previous Chrome versions.
<int value="12" label="Loading not accepted"/>
<int value="13" label="Queue update failed"/>
<int value="14" label="Background scheduler canceled processing"/>
+ <int value="15" label="Saved after timeout on last retry"/>
</enum>
<enum name="OfflinePagesBackgroundSavePageResult" type="int">

Powered by Google App Engine
This is Rietveld 408576698