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

Unified Diff: chrome/browser/autofill/autofill_metrics.h

Issue 5963004: Add autofill metrics to dig into the failure case. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix test Created 9 years, 11 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
« no previous file with comments | « chrome/browser/autofill/autofill_manager.cc ('k') | chrome/browser/autofill/autofill_metrics_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autofill/autofill_metrics.h
diff --git a/chrome/browser/autofill/autofill_metrics.h b/chrome/browser/autofill/autofill_metrics.h
index 6318274f4dcee7f6cb7c1322de6a9dba0111add5..6f7e5a408eaf798c4913b8c99e1fd89881ba7fae 100644
--- a/chrome/browser/autofill/autofill_metrics.h
+++ b/chrome/browser/autofill/autofill_metrics.h
@@ -45,6 +45,13 @@ class AutoFillMetrics {
// |is_autofilled()| but as a value that is present in the personal data
// manager.
FIELD_AUTOFILL_FAILED,
+ // The below are only logged when |FIELD_AUTOFILL_FAILED| is also logged.
+ FIELD_HEURISTIC_TYPE_UNKNOWN,
+ FIELD_HEURISTIC_TYPE_MATCH,
+ FIELD_HEURISTIC_TYPE_MISMATCH,
+ FIELD_SERVER_TYPE_UNKNOWN,
+ FIELD_SERVER_TYPE_MATCH,
+ FIELD_SERVER_TYPE_MISMATCH,
NUM_QUALITY_METRICS
};
« no previous file with comments | « chrome/browser/autofill/autofill_manager.cc ('k') | chrome/browser/autofill/autofill_metrics_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698