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

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

Issue 2451293002: Add a histogram for each time the HTTP Bad UI is shown (Closed)
Patch Set: More nits Created 4 years, 2 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 dae17a73801308a0a11862a349a1b416ae4e99f7..88484191c0ef816759295dbbad52f9b7b99f4f15 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -56094,6 +56094,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Security.HTTPBad.UserWarnedAboutSensitiveInput">
+ <owner>elawrence@chromium.org</owner>
+ <owner>estark@chromium.org</owner>
+ <summary>
+ Counts the number of main-frame navigations on which a &quot;Not
+ secure&quot; warning was shown in the omnibox due to sensitive form fields
+ appearing on HTTP pages. False values indicate the count of times that only
+ a console warning was shown.
+ </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