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

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

Issue 2861223004: Adds new metric to distinguish between no address and no recent address. (Closed)
Patch Set: Updates CardUploadDecisionMetric comments. 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
« no previous file with comments | « components/autofill/core/browser/autofill_metrics.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/enums.xml
diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
index 788c821f56027f5cd9ebc10caf73d34761a3d52b..98905b5038b5b95bcd087ed422a51b0b57b30f24 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 profile available"/>
+ <int value="5" label="Upload not offered, no address profile 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">
« no previous file with comments | « components/autofill/core/browser/autofill_metrics.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698