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

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

Issue 2911293003: Reland: Cache protected password entry and password on focus ping separately. (Closed)
Patch Set: nit Created 3 years, 6 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 9bbb211bc1b4c37f4efbc91ba3ac6845eaaef1c7..def41b0f66ad0c54dbe8cba3083eba0a205d72c2 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -51239,8 +51239,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
-<histogram name="PasswordProtection.NumberOfCachedVerdictBeforeShutdown"
- units="count">
+<histogram base="true"
+ name="PasswordProtection.NumberOfCachedVerdictBeforeShutdown" units="count">
<owner>jialiul@chromium.org</owner>
<owner>nparker@chromium.org</owner>
<summary>
@@ -92158,6 +92158,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram_suffixes>
<histogram_suffixes name="PasswordProtectionTrigger" separator=".">
+ <affected-histogram
+ name="PasswordProtection.NumberOfCachedVerdictBeforeShutdown"/>
<suffix name="PasswordFieldOnFocus"
label="Password protection triggered by password field on focus event."/>
<suffix name="ProtectedPasswordEntry"

Powered by Google App Engine
This is Rietveld 408576698