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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1184913002: [Password Manager] Suppress UI when password generation is active (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: UMA Created 5 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
« no previous file with comments | « components/autofill/content/renderer/password_autofill_agent.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 53c3d1ad346ff8a6f56e269a0b851c1d23f28de4..707fa7023a01d70e0df16effda2cf4febe4428a3 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -26968,6 +26968,15 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<summary>Why was &quot;Allow to collect URL?&quot; bubble closed?</summary>
</histogram>
+<histogram name="PasswordManager.AutocompletePopupSuppressedByGeneration"
+ enum="Boolean">
Ilya Sherman 2015/06/17 20:16:45 nit: Please use a custom boolean enum, with labels
Garrett Casto 2015/06/17 20:47:24 Switch to BooleanSuppressed.
+ <owner>gcasto@chromium.org</owner>
+ <summary>
+ If the password manager ui was suppressed because generation UI was already
Ilya Sherman 2015/06/17 20:16:45 nit: "ui" -> "UI"
Garrett Casto 2015/06/17 20:47:24 Done.
+ being displayed for the same field.
+ </summary>
+</histogram>
+
<histogram name="PasswordManager.BlacklistedSites">
<owner>gcasto@chromium.org</owner>
<owner>vabr@chromium.org</owner>
« no previous file with comments | « components/autofill/content/renderer/password_autofill_agent.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698