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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2499243002: Record time to navigation/tab-closed after HTTP-bad warning (Closed)
Patch Set: fix up rebase Created 4 years, 1 month 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 2e5e697e39497e82ebcd54ca8b16ec725c0e6a84..9356d6a4e81dc9e955829759af42353e04809e0e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -57021,6 +57021,19 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram
+ name="Security.HTTPBad.NavigationStartedAfterUserWarnedAboutSensitiveInput"
+ units="ms">
+ <owner>estark@chromium.org</owner>
+ <summary>
+ Records the time from when a page was put into a warning state because of a
+ sensitive input on an HTTP page until a navigation starts. Recorded at most
+ once per main-frame navigation. The Finch trial 'mark-non-secure-as'
+ controls whether the user sees an omnibox warning for this state, or just a
+ console warning.
+ </summary>
+</histogram>
+
<histogram name="Security.HTTPBad.UserWarnedAboutSensitiveInput"
enum="BooleanShown">
<obsolete>
@@ -57059,6 +57072,20 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram
+ name="Security.HTTPBad.WebContentsDestroyedAfterUserWarnedAboutSensitiveInput"
+ units="ms">
+ <owner>estark@chromium.org</owner>
+ <summary>
+ Records the time delta between when a page was put into a warning state
+ because of a sensitive input on an HTTP page and when the WebContents was
+ destroyed. Recorded at most once per main-frame navigation, and it is not
+ recorded if the user starts a navigation before the WebContents is
+ destroyed. The Finch trial 'mark-non-secure-as' controls whether the user
+ sees an omnibox warning for this state, or just a console warning.
+ </summary>
+</histogram>
+
<histogram name="Security.PageInfo.Action.HttpsUrl.Dangerous"
enum="WebsiteSettingsAction">
<owner>estark@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698