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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1182913004: Add a metric for autofilled Android credentials. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changed the histogram name. 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/password_manager/core/browser/password_manager.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 f956cff2a0b6455d02a7125daacbc0244449c501..e723014d374184b912a345147ebf1148756502bd 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -27422,6 +27422,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="PasswordManager.FillSuggestionsIncludeAndroidAppCredentials"
+ enum="PasswordManagerOfferedAndroidCredentials">
+ <owner>msramek@chromium.org</owner>
+ <owner>engedy@chromium.org</owner>
+ <summary>
+ When offering to fill the username and password, whether at least one of the
+ credentials in the dropdown comes from an Android app.
+ </summary>
+</histogram>
+
<histogram name="PasswordManager.FormDataDeserializationStatus"
enum="FormDataDeserializationStatus">
<owner>gcasto@chromium.org</owner>
@@ -62121,6 +62131,11 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="1" label="A password change form"/>
</enum>
+<enum name="PasswordManagerOfferedAndroidCredentials" type="int">
+ <int value="0" label="None from Android"/>
+ <int value="1" label="1+ from Android"/>
+</enum>
+
<enum name="PasswordManagerOsPasswordStatus" type="int">
<int value="0" label="Unknown"/>
<int value="1" label="Unsupported platform"/>
« no previous file with comments | « components/password_manager/core/browser/password_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698