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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1217273007: [Password Manager] Add UMA statistics for PasswordForm::ssl_valid usage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments Created 5 years, 5 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/password_manager/core/browser/login_database.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 08573decfd4e845caa88dd657f7db47337215fa9..d38b2e3dfe13d3c5e023280ac6a9aec8dd77af01 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -28039,6 +28039,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="PasswordManager.UserStoredPasswordWithInvalidSSLCert"
+ enum="Boolean">
+ <owner>xunlu@chromium.org</owner>
+ <owner>gcasto@chromium.org</owner>
+ <summary>
+ Whether saved password for HTTPS site had a valid SSL cert when the password
+ was saved.
+ </summary>
+</histogram>
+
<histogram name="Pepper.InterfaceUsed" enum="PepperInterface">
<owner>mackinlay@google.com</owner>
<owner>teravest@chromium.org</owner>
« no previous file with comments | « components/password_manager/core/browser/login_database.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698