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

Unified Diff: components/autofill/core/browser/field_types.h

Issue 2870163003: Log Autofill.Quality.*.ByFieldType by predicted type for unknown data. (Closed)
Patch Set: remove confusing 'units' from histograms.xml 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:
View side-by-side diff with in-line comments
Download patch
Index: components/autofill/core/browser/field_types.h
diff --git a/components/autofill/core/browser/field_types.h b/components/autofill/core/browser/field_types.h
index cee305fcda51c25dfe6c443692ebd96ecd1e20a3..1b1ab9941b9b24ccefec38b3d309ac69766915a4 100644
--- a/components/autofill/core/browser/field_types.h
+++ b/components/autofill/core/browser/field_types.h
@@ -163,9 +163,14 @@ enum ServerFieldType {
// forms.
CONFIRMATION_PASSWORD = 95,
+ // The data entered by the user matches multiple pieces of autofill data,
+ // none of which were predicted by autofill. This value is used for metrics
+ // only, it is not a predicted nor uploaded type.
+ AMBIGUOUS_TYPE = 96,
+
// No new types can be added without a corresponding change to the Autofill
// server.
- MAX_VALID_FIELD_TYPE = 96,
+ MAX_VALID_FIELD_TYPE = 97,
};
// The list of all HTML autocomplete field type hints supported by Chrome.
« no previous file with comments | « components/autofill/core/browser/autofill_type.cc ('k') | components/autofill/core/browser/form_structure.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698