| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 0a7235dd97d4838a73d7f3a210be62cece41a37e..8ac7be1b4c5703c9f88c34362038e967398b9d70 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -48087,6 +48087,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="PasswordProtection.NumberOfCachedVerdictBeforeShutdown"
|
| + units="count">
|
| + <owner>jialiul@chromium.org</owner>
|
| + <owner>nparker@chromium.org</owner>
|
| + <summary>
|
| + Number of password protection verdicts stored in content settings of a
|
| + profile before this profile is destructed.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="PasswordProtection.PasswordProtectionResponseOrErrorCode"
|
| enum="CombinedHttpResponseAndNetErrorCode">
|
| <owner>jialiul@chromium.org</owner>
|
| @@ -122782,6 +122792,7 @@ from previous Chrome versions.
|
| label="Malware interstitial referrer attribution."/>
|
| <suffix name="UwsInterstitialAttribution"
|
| label="UwS interstitial referrer attribution."/>
|
| + <suffix name="PasswordEventAttribution"/>
|
| <affected-histogram name="SafeBrowsing.ReferrerAttributionResult"/>
|
| <affected-histogram name="SafeBrowsing.ReferrerHasInvalidTabID"/>
|
| <affected-histogram name="SafeBrowsing.ReferrerURLChainSize"/>
|
|
|