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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 256003003: Enable Automatic Passwords Saving (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 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 7487076d43f99b8a10250f44fa38e34522f78794..0d5be3f7848b72acc92cbe8802551e0d03197762 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -16778,6 +16778,15 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="PasswordManager.EnableAutomaticPasswordsSaving" enum="Boolean">
vabr (Chromium) 2014/04/28 09:13:14 If we don't add the UMA metric now, then please dr
rchtara 2014/04/28 11:28:29 Done.
+ <owner>dubroy@chromium.org</owner>
+ <owner>vabr@chromium.org</owner>
+ <summary>
+ Indicates whether the password manager is enabled when a tab is opened. This
+ includes prerendered tabs.
+ </summary>
+</histogram>
+
<histogram name="PasswordManager.Enabled" enum="BooleanEnabled">
<owner>dubroy@chromium.org</owner>
<owner>vabr@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698