Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index dae17a73801308a0a11862a349a1b416ae4e99f7..57ca592659e8466485cc33e86c81c60cc2564d2b 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -56094,6 +56094,16 @@ 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 times the "Not secure" warning was shown in |
|
estark
2016/10/26 20:30:56
"the number of times" => "the number of main-frame
|
| + the omnibox due to sensitive form fields appearing on HTTP pages. False |
| + values indicate the count of times only the console warning was shown. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="Security.PageInfo.Action.HttpsUrl.Dangerous" |
| enum="WebsiteSettingsAction"> |
| <owner>estark@chromium.org</owner> |