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

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

Issue 318213002: Add custom interstitial for captive portals. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix build Created 6 years, 6 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
« chrome/browser/ssl/ssl_error_handler.cc ('K') | « chrome/chrome_tests_unit.gypi ('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 9f0f16be938fb82af21bb52fbf60ef9e2a80baa5..df31138111e68531540d88e27a3736571083b609 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -9059,6 +9059,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="interstitial.captive_portal"
+ enum="CaptivePortalBlockingPageEvent">
+ <owner>meacer@chromium.org</owner>
+ <summary>
+ User action when the user is shown a captive portal error page.
+ </summary>
+</histogram>
+
<histogram name="interstitial.common_name_invalid_time" units="milliseconds">
<obsolete>
Removed on 8/1/13.
@@ -33690,6 +33698,12 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="3" label="webgl"/>
</enum>
+<enum name="CaptivePortalBlockingPageEvent" type="int">
+ <int value="0" label="SHOW_ALL"/>
+ <int value="1" label="OPEN_LOGIN_PAGE"/>
+ <int value="2" label="MORE"/>
+</enum>
+
<enum name="CaptivePortalDetectResult" type="int">
<int value="0" label="INTERNET_CONNECTED"/>
<int value="1" label="NO_RESPONSE"/>
« chrome/browser/ssl/ssl_error_handler.cc ('K') | « chrome/chrome_tests_unit.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698