Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 7257711da28fa082263ae9b6e2c44ac1424e0ba2..1666f279911008c3c2419f4204a02f500a88a2e2 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,15 @@ other types of suffix sets. |
| <int value="3" label="webgl"/> |
| </enum> |
| +<enum name="CaptivePortalDetectResult" type="int"> |
| + <int value="0" label="DETECTION_RESULT_INTERNET_CONNECTED"/> |
| + <int value="1" label="DETECTION_RESULT_NO_RESPONSE"/> |
| + <int value="2" label="DETECTION_RESULT_BEHIND_CAPTIVE_PORTAL"/> |
| + <int value="3" label="DETECTION_RESULT_NO_RESPONSE_HTTPS_LANDING_URL"/> |
| + <int value="4" |
| + label="DETECTION_RESULT_BEHIND_CAPTIVE_PORTAL_HTTPS_LANDING_URL"/> |
|
Ilya Sherman
2014/03/27 19:00:53
optional nit: Maybe omit the "DETECTION_RESULT_" p
meacer
2014/03/27 22:35:22
Done.
|
| +</enum> |
| + |
| <enum name="CaptivePortalNotificationStatus" type="int"> |
| <int value="0" label="UNKNOWN"/> |
| <int value="1" label="OFFLINE"/> |