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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2388303007: [Offline Pages] Adds UMA for result of attempts to immediately start background loading. (Closed)
Patch Set: Merge 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 3faf3a2d2d6ec2eb84f51204d31cf6082f9ce2e0..dac5622375b29930ae6ae5774e2a556c0ffa201f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -38356,6 +38356,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="OfflinePages.Background.ImmediateStartStatus"
+ enum="OfflinePagesBackgroundImmediateStartStatus">
+ <owner>dougarnett@chromium.org</owner>
+ <summary>
+ Status of attempts to immediately starting background loading.
Mark P 2016/10/06 18:54:42 Please clearly state when the histogram is recorde
dougarnett 2016/10/06 23:05:00 Please check new wording.
+ </summary>
+</histogram>
+
<histogram name="OfflinePages.Background.OfflinerRequestStatus"
enum="OfflinePagesBackgroundOfflinerRequestStatus">
<owner>dougarnett@chromium.org</owner>
@@ -91424,6 +91432,15 @@ value.
<int value="11" label="Unknown net error, showing error page"/>
</enum>
+<enum name="OfflinePagesBackgroundImmediateStartStatus" type="int">
+ <int value="0" label="Started"/>
+ <int value="1" label="Busy"/>
+ <int value="2" label="Not accepted by loader"/>
+ <int value="3" label="No connection"/>
+ <int value="4" label="No effective connection"/>
+ <int value="5" label="Not started on svelte device"/>
+</enum>
+
<enum name="OfflinePagesBackgroundOfflinerRequestStatus" type="int">
<!-- Generated from components/offline_pages/background/offliner.h -->

Powered by Google App Engine
This is Rietveld 408576698