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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 23629046: Remove default case from autofill_metrics.cc::GetFieldTypeGroupMetric (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Appease foolish compiler Created 7 years, 3 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.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 d45b24a4965157ae0c0ac83d6e67c0a1ee30ca2f..134e7f5b1d87dfa191a273969cf8cec8338d9140 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -18644,6 +18644,9 @@ other types of suffix sets.
<int value="42" label="Credit card: date, Unknown"/>
<int value="43" label="Credit card: date, Match"/>
<int value="44" label="Credit card: date, Mismatch"/>
+ <int value="45" label="Password, Unknown"/>
Jim Blackler 2013/11/14 17:33:15 Is it possible this should read '48' and not '45'?
Ilya Sherman 2013/11/15 06:35:56 Yes, I believe you are correct. Thanks for catchi
+ <int value="46" label="Password, Match"/>
+ <int value="47" label="Password, Mismatch"/>
</enum>
<enum name="AutofillUserHappiness" type="int">
« no previous file with comments | « components/autofill/core/browser/autofill_metrics.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698