Index: components/password_manager/core/browser/password_manager_metrics_util.h |
diff --git a/components/password_manager/core/browser/password_manager_metrics_util.h b/components/password_manager/core/browser/password_manager_metrics_util.h |
index 779d77d09db847bd5b35f13b5eb25a9b222bc605..f6dfdfd23beefc11195b45cc50dd649a698744cc 100644 |
--- a/components/password_manager/core/browser/password_manager_metrics_util.h |
+++ b/components/password_manager/core/browser/password_manager_metrics_util.h |
@@ -29,6 +29,7 @@ enum UIDisplayDisposition { |
MANUAL_MANAGE_PASSWORDS, |
MANUAL_BLACKLISTED, |
AUTOMATIC_GENERATED_PASSWORD_CONFIRMATION, |
+ AUTOMATIC_WITH_CREDENTIALS_PENDING, |
Mike West
2014/11/21 11:21:12
Maybe "AUTOMATIC_CREDENTIAL_REQUEST" would be clea
vasilii
2014/11/21 16:45:37
Done.
|
NUM_DISPLAY_DISPOSITIONS |
}; |
@@ -44,6 +45,7 @@ enum UIDismissalReason { |
CLICKED_DONE, |
CLICKED_UNBLACKLIST, |
CLICKED_OK, |
+ CLICKED_CREDENTIAL, |
NUM_UI_RESPONSES, |
// If we add the omnibox icon _without_ intending to display the bubble, |