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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 248123002: Added histograms to https://codereview.chromium.org/207553008/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Incorporated Nico's comments. Created 6 years, 7 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 | « chrome/renderer/net/net_error_page_controller.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 4a482cf89b505cf6754ebb909ee735c14b1d73cf..230cde01f4ab53a7f25979e869b36a393deab4b3 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -11651,6 +11651,15 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Net.ErrorPageCounts" enum="NetErrorPageEvents">
+ <owner>rdsmith@chromium.org</owner>
+ <owner>ellyjones@chromium.org</owner>
+ <summary>
+ Counts of various events that can occur on the network error page. See the
+ histogram for details.
+ </summary>
+</histogram>
+
<histogram name="Net.FileError_Flush">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>
@@ -37340,6 +37349,18 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="806" label="DNS_SORT_ERROR"/>
</enum>
+<enum name="NetErrorPageEvents" type="int">
+ <int value="0" label="Error Page Shown"/>
+ <int value="1" label="Reload Button Shown"/>
+ <int value="2" label="Reload Button Clicked"/>
+ <int value="3" label="Reload Button Click Load Error"/>
+ <int value="4" label="Load Stale Button Shown"/>
+ <int value="5" label="Load Stale Button Clicked"/>
+ <int value="6" label="Load Stale Button Click Load Error"/>
+ <int value="7" label="More Button Clicked"/>
+ <int value="8" label="Browser Initiated Reload"/>
+</enum>
+
<enum name="NetPreconnectUtilization" type="int">
<int value="0" label="non-speculative, never connected"/>
<int value="1" label="non-speculative, never used"/>
« no previous file with comments | « chrome/renderer/net/net_error_page_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698