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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 211983002: Add logging for distinguishing between captive portals with HTTP and HTTPS login pages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix builds Created 6 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 | « chrome/browser/captive_portal/captive_portal_service.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 7257711da28fa082263ae9b6e2c44ac1424e0ba2..d8c351781a01b061b6a582b50539fd6068429f66 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -1751,6 +1751,11 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="CaptivePortal.DetectResult" enum="CaptivePortalDetectResult">
+ <owner>meacer@chromium.org</owner>
+ <summary>Records the result of a captive portal probe.</summary>
+</histogram>
+
<histogram name="CaptivePortal.Notification.Status"
enum="CaptivePortalNotificationStatus">
<owner>ygorshenin@chromium.org</owner>
@@ -29790,6 +29795,14 @@ other types of suffix sets.
<int value="3" label="webgl"/>
</enum>
+<enum name="CaptivePortalDetectResult" type="int">
+ <int value="0" label="INTERNET_CONNECTED"/>
+ <int value="1" label="NO_RESPONSE"/>
+ <int value="2" label="BEHIND_CAPTIVE_PORTAL"/>
+ <int value="3" label="NO_RESPONSE_HTTPS_LANDING_URL"/>
+ <int value="4" label="BEHIND_CAPTIVE_PORTAL_HTTPS_LANDING_URL"/>
+</enum>
+
<enum name="CaptivePortalNotificationStatus" type="int">
<int value="0" label="UNKNOWN"/>
<int value="1" label="OFFLINE"/>
« no previous file with comments | « chrome/browser/captive_portal/captive_portal_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698