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> |