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 e74b97a8b472b6e2b503d179b391160cd92a90e3..779d77d09db847bd5b35f13b5eb25a9b222bc605 100644 |
--- a/components/password_manager/core/browser/password_manager_metrics_util.h |
+++ b/components/password_manager/core/browser/password_manager_metrics_util.h |
@@ -28,6 +28,7 @@ enum UIDisplayDisposition { |
MANUAL_WITH_PASSWORD_PENDING, |
MANUAL_MANAGE_PASSWORDS, |
MANUAL_BLACKLISTED, |
+ AUTOMATIC_GENERATED_PASSWORD_CONFIRMATION, |
NUM_DISPLAY_DISPOSITIONS |
}; |
@@ -42,6 +43,7 @@ enum UIDismissalReason { |
CLICKED_MANAGE, |
CLICKED_DONE, |
CLICKED_UNBLACKLIST, |
+ CLICKED_OK, |
NUM_UI_RESPONSES, |
// If we add the omnibox icon _without_ intending to display the bubble, |