Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 0a7235dd97d4838a73d7f3a210be62cece41a37e..6337bfb96f70bdb0887f3a961eb2e0bf02eb32f3 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -48087,6 +48087,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram name="PasswordProtection.NumberOfCachedVerdictBeforeShutdown"> |
|
Mark P
2017/04/05 18:39:28
units=?
Jialiu Lin
2017/04/05 19:00:02
units="count"
|
| + <owner>jialiul@chromium.org</owner> |
| + <owner>nparker@chromium.org</owner> |
| + <summary> |
| + Number of cached verdict of a profile before destructing |
|
Mark P
2017/04/05 18:39:28
What is a "cached verdict"
Jialiu Lin
2017/04/05 19:00:02
it refers to the password protection verdict we st
|
| + PasswordProtectionService. |
|
Mark P
2017/04/05 18:39:28
Roughly when is a PasswordProtectionService destru
Jialiu Lin
2017/04/05 19:00:02
It is destructed with its corresponding user profi
|
| + </summary> |
| +</histogram> |
| + |
| <histogram name="PasswordProtection.PasswordProtectionResponseOrErrorCode" |
| enum="CombinedHttpResponseAndNetErrorCode"> |
| <owner>jialiul@chromium.org</owner> |
| @@ -122782,6 +122791,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"/> |