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

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

Issue 322453003: autocomplete: support address-line3, address-level{1,2,3} (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix test expectations Created 6 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/autofill/core/browser/form_structure.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 e0710b1ea0815eacdddbe6b9b234a7154a2d3da0..8b7e05eb85d44f251333bf8897002a84654cd9d9 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -33590,6 +33590,9 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="48" label="Password, Unknown"/>
<int value="49" label="Password, Match"/>
<int value="50" label="Password, Mismatch"/>
+ <int value="51" label="Addr. line 3, Unknown"/>
+ <int value="52" label="Addr. line 3, Match"/>
+ <int value="53" label="Addr. line 3, Mismatch"/>
</enum>
<enum name="AutofillUserHappiness" type="int">
« no previous file with comments | « components/autofill/core/browser/form_structure.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698