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

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

Issue 2783773002: Link PasswordProtectionService to Profile and SB Service (Closed)
Patch Set: refine histogram description Created 3 years, 8 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 | « components/safe_browsing/password_protection/password_protection_service_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 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"/>
« no previous file with comments | « components/safe_browsing/password_protection/password_protection_service_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698