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

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

Issue 2608553002: [OfflinePages] Improve visiblity/handling of "Loading not started" case (Closed)
Patch Set: Addes ! low-end device default to test Setup Created 3 years, 11 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_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 4e22c187711f934812506099cf16e385d94c65cb..798dcecd75a6270ebe9b4c3234eadcfe48846e09 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -97460,9 +97460,11 @@ value.
<int value="6" label="Save failed"/>
<int value="7" label="Foreground transition canceled"/>
<int value="8" label="RequestCoordinator timed-out"/>
- <int value="9" label="Loading not started"/>
+ <int value="9" label="Loading not started (deprecated 1/2017)"/>
<int value="10" label="Loading failed (non-retryable)"/>
<int value="11" label="Loading failed (don't start next request)"/>
+ <int value="12" label="Loading not accepted"/>
+ <int value="13" label="Queue update failed"/>
</enum>
<enum name="OfflinePagesCctApiPrerenderAllowedStatus" type="int">
« no previous file with comments | « components/offline_pages/core/background/request_coordinator_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698