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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 451853003: [Password Manager] Setup experiment to restrict autofilling of sync credential (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Change cgi params Created 6 years, 4 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 dce89b4b973c7c79a1cdb76bea0b40d67a63a8dc..2092b6138dd203383e9535c2a0769245b1675899 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -20092,6 +20092,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="PasswordManager.AutofillResultsFiltered" enum="Boolean">
+ <owner>gcasto@chromium.org</owner>
+ <owner>vabr@chromium.org</owner>
+ <summary>
+ If autofill results were not shown, e.g. the sync credential was removed.
Ilya Sherman 2014/08/12 02:17:34 There are other reasons that IgnoreResult() might
Garrett Casto 2014/08/13 20:34:41 There are other reasons that IgnoreResult might re
Ilya Sherman 2014/08/13 20:48:14 We could have an additional method on the client f
Garrett Casto 2014/08/13 23:12:54 Added a reporting mechanism.
+ </summary>
+</histogram>
+
<histogram name="PasswordManager.BlacklistedSites">
<owner>dubroy@chromium.org</owner>
<owner>vabr@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698