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

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: Resolving code review comments 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/offline_pages/core/background/request_coordinator_event_logger.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 f8ce2d3bf745ff971181508ece164e0d9741b4de..cb71fc47460108a37d73cf52d90b5e3206a2caeb 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -105740,6 +105740,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">
« no previous file with comments | « components/offline_pages/core/background/request_coordinator_event_logger.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698