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

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

Issue 2483423002: HTTP Bad: Split out UMA metrics for password vs credit card "Not secure" warnings (Closed)
Patch Set: advise test 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 0b8814dcb5fa9038c933c872745555b49bd0dd77..99f7c00e79106bc7b9ce7531d199db19306adffc 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -56581,6 +56581,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="Security.HTTPBad.UserWarnedAboutSensitiveInput"
enum="BooleanShown">
+ <obsolete>
+ Deprecated on 2016-11-10 because this is replaced by two separate metrics:
+ Security.HTTPBad.UserWarnedAboutSensitiveInput.CreditCard and
+ Security.HTTPBad.UserWarnedAboutSensitiveInput.Password.
+ </obsolete>
<owner>elawrence@chromium.org</owner>
<owner>estark@chromium.org</owner>
<summary>
@@ -56590,6 +56595,28 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Security.HTTPBad.UserWarnedAboutSensitiveInput.CreditCard"
+ enum="BooleanShown">
+ <owner>elawrence@chromium.org</owner>
+ <owner>estark@chromium.org</owner>
+ <summary>
+ Whether a &quot;Not Secure&quot; warning was shown in the omnibox because a
+ credit card form field was rendered in a non-secure context. Logged at most
+ once per main-frame navigation.
+ </summary>
+</histogram>
+
+<histogram name="Security.HTTPBad.UserWarnedAboutSensitiveInput.Password"
+ enum="BooleanShown">
+ <owner>elawrence@chromium.org</owner>
+ <owner>estark@chromium.org</owner>
+ <summary>
+ Whether a &quot;Not Secure&quot; warning was shown in the omnibox because a
+ password form field was rendered in a non-secure context. Logged at most
+ once per main-frame navigation.
+ </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