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

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

Issue 1018523007: ChromeOS: Do not show the error dialog when captive portal is detected in OOBE. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: UMA metric added. Created 5 years, 9 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 35c3c071a86a9d8d52a18c6df008a67fe2997faa..da491415b6ce5e3692d97c7177f016864dae8222 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -2294,6 +2294,13 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="CaptivePortal.RedirectTime" units="milliseconds">
+ <owner>alemate@chromium.org</owner>
+ <summary>
+ Number of milliseconds passed before captive portal performs redirect
Ilya Sherman 2015/03/24 18:18:35 Please document what the start time is.
Ilya Sherman 2015/03/24 18:18:35 nit: "passed" - "elapsed"
Ilya Sherman 2015/03/24 18:18:36 nit: Please end the sentence with a period.
Alexander Alekseev 2015/03/25 13:05:23 Done.
Alexander Alekseev 2015/03/25 13:05:23 Done.
Alexander Alekseev 2015/03/25 13:05:23 Done.
+ </summary>
+</histogram>
+
<histogram name="CaptivePortal.Session.DetectionDuration" units="milliseconds">
<owner>alemate@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698