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

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

Issue 2658843004: [Autofill] Convert wallet addresses to local autofill profiles. (Closed)
Patch Set: Change how to get server cards Created 3 years, 11 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/browser/webdata/autofill_table_unittest.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 dcc643e3ab9e1387a689f9f4ad7a4f8caf930877..cfef67b05cf5a293ea90544992a8ddf97a0ecbfa 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -3824,6 +3824,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Autofill.WalletAddressConversionType"
+ enum="AutofillWalletAddressConversionType">
+ <owner>sebsg@chromium.org</owner>
+ <summary>
+ Tracks how the different wallet addresses are converted to local autofill
+ profiles.
+ </summary>
+</histogram>
+
<histogram name="BackgroundMode.BackgroundApplicationsCount">
<owner>atwilson@chromium.org</owner>
<owner>mvanouwerkerk@chromium.org</owner>
@@ -78969,6 +78978,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="11" label="User edited autofilled field (once)"/>
</enum>
+<enum name="AutofillWalletAddressConversionType" type="int">
+ <int value="0" label="Merged with existing local profile"/>
+ <int value="1" label="Added as a new local profile"/>
+</enum>
+
<enum name="AutoLaunchState" type="int">
<int value="0" label="AUTO_LAUNCH_NONE"/>
<int value="1" label="AUTO_LAUNCH_BACKGROUND"/>
« no previous file with comments | « components/autofill/core/browser/webdata/autofill_table_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698