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

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

Issue 2608553002: [OfflinePages] Improve visiblity/handling of "Loading not started" case (Closed)
Patch Set: Fixed test Created 4 years 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 30ef6d00e325ab504f049c73b9e30fd11499cf45..04cbc7d205f0b941efca45a7f39ab833ad0e7d34 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -97199,6 +97199,7 @@ value.
<int value="9" label="Loading not started"/>
<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"/>
</enum>
<enum name="OfflinePagesCctApiPrerenderAllowedStatus" type="int">

Powered by Google App Engine
This is Rietveld 408576698