| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index b5ab0cb93120240c6266d9a2d589e278f2c1904d..6969c1d519317f6a87d3a219b746e58a70166e73 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -56857,11 +56857,6 @@ 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>
|
| @@ -56871,28 +56866,6 @@ 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 "Not Secure" 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 "Not Secure" 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>
|
|
|