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

Unified Diff: components/password_manager/core/browser/password_manager_metrics_util.h

Issue 1151373006: Update Confirmation UI for saved password change (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Clean up Created 5 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/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 4e2406ca9e813e625b2579b42518b4047e327264..406839cd3dd6f4059c2a4af5263249270ddfd9fb 100644
--- a/components/password_manager/core/browser/password_manager_metrics_util.h
+++ b/components/password_manager/core/browser/password_manager_metrics_util.h
@@ -40,6 +40,7 @@ enum UIDismissalReason {
// infobar", depending on which experiment is active.
NO_DIRECT_INTERACTION = 0,
CLICKED_SAVE,
+ CLICKED_UPDATE,
vabr (Chromium) 2015/06/03 16:33:26 Should you add this to the end instead, to keep th
vasilii 2015/06/03 18:32:02 Acknowledged.
dvadym 2015/06/19 15:27:30 Done.
CLICKED_NOPE,
CLICKED_NEVER,
CLICKED_MANAGE,

Powered by Google App Engine
This is Rietveld 408576698