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

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

Issue 2451293002: Add a histogram for each time the HTTP Bad UI is shown (Closed)
Patch Set: DISALLOW_COPY_AND_ASSIGN for test fixture 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
« no previous file with comments | « chrome/browser/ssl/chrome_security_state_model_client_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 9e8ac8647c0559bc4f45c6f0ffa9cb47e3ae90f7..8c7557c465c138a41e99223e359b33e3ea7e0983 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -56101,6 +56101,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Security.HTTPBad.UserWarnedAboutSensitiveInput">
rkaplow 2016/10/28 01:07:31 should have enum="Boolean"
elawrence 2016/10/28 01:33:40 Can I use "BooleanShown" to match what we're reall
+ <owner>elawrence@chromium.org</owner>
+ <owner>estark@chromium.org</owner>
+ <summary>
+ Counts the number of main-frame navigations on which a &quot;Not
rkaplow 2016/10/28 01:07:31 I wouldn't describe this as "counts the number of
elawrence 2016/10/28 01:33:40 Done.
+ 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>
« no previous file with comments | « chrome/browser/ssl/chrome_security_state_model_client_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698