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

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

Issue 2861223004: Adds new metric to distinguish between no address and no recent address. (Closed)
Patch Set: Created 3 years, 7 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/enums.xml
diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
index 788c821f56027f5cd9ebc10caf73d34761a3d52b..58379f0c25c71f4ebb36b27276c0ed5fcc48b0f1 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -1617,14 +1617,16 @@ uploading your change for review. These are checked by presubmit scripts.
<int value="1" label="CVC field not detected"/>
<int value="2" label="CVC value not filled in detected CVC field"/>
<int value="3" label="Invalid CVC value filled in detected CVC field"/>
- <int value="4" label="Upload not offered, no address available"/>
- <int value="5" label="Upload not offered, no name available"/>
- <int value="6"
+ <int value="4"
+ label="Upload not offered, no recently used address available"/>
+ <int value="5" label="Upload not offered, no address available"/>
+ <int value="6" label="Upload not offered, no name available"/>
+ <int value="7"
label="Upload not offered, addresses had conflicting zip codes"/>
- <int value="7" label="Upload not offered, no zip code available"/>
- <int value="8"
+ <int value="8" label="Upload not offered, no zip code available"/>
+ <int value="9"
label="Upload not offered, card and/or addresses had conflicting names"/>
- <int value="9" label="Upload not offered, get upload details RPC failed"/>
+ <int value="10" label="Upload not offered, get upload details RPC failed"/>
</enum>
<enum name="AutofillCreditCardInfoBar" type="int">

Powered by Google App Engine
This is Rietveld 408576698