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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 23857010: Revert "Revert 223907 "[password generation] Upload possible account cre..."" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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/core/common/password_form.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 c70d8f6efcd233db47b0d69fa0c03b4deff91dda..d8a3894a4dc1f671547d1e483fdeeb2aeda074c4 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -10554,6 +10554,16 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="PasswordGeneration.UploadStarted" enum="Boolean">
+ <summary>
+ The number of times that we try to upload a form that we believe should
+ trigger password generation. False means that something about the form would
+ not allow us to try upload (not an Autofillable field, uploading disabled,
+ Autofill servers in backoff, etc.). True does not mean that the upload
+ actually completed successfully, just that it was started.
+ </summary>
+</histogram>
+
<histogram name="PasswordManager.BlacklistedSites">
<summary>
The total number of sites that the user has blacklisted. Recorded by
« no previous file with comments | « components/autofill/core/common/password_form.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698