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

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

Issue 451853003: [Password Manager] Setup experiment to restrict autofilling of sync credential (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More comments 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 944b7d3e894315cd087d47541a70431f0d45e27f..30976f14aa5293505406c12a71f026e94c1e57ec 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -20500,6 +20500,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="PasswordManager.SyncCredentialFiltered" enum="Boolean">
+ <owner>gcasto@chromium.org</owner>
+ <owner>vabr@chromium.org</owner>
+ <summary>
+ If the sync credential was removed from autofill consideration.
+ </summary>
+</histogram>
+
<histogram name="PasswordManager.SyncingAccountState"
enum="PasswordManagerSyncingAccountState">
<owner>gcasto@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698