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

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

Issue 259153004: Password bubble: Give users the option of unblacklisting a site. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 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 3ae22d42d1d936d4953b8929de5525652c885bc5..e74b97a8b472b6e2b503d179b391160cd92a90e3 100644
--- a/components/password_manager/core/browser/password_manager_metrics_util.h
+++ b/components/password_manager/core/browser/password_manager_metrics_util.h
@@ -27,6 +27,7 @@ enum UIDisplayDisposition {
AUTOMATIC_WITH_PASSWORD_PENDING = 0,
MANUAL_WITH_PASSWORD_PENDING,
MANUAL_MANAGE_PASSWORDS,
+ MANUAL_BLACKLISTED,
NUM_DISPLAY_DISPOSITIONS
};
@@ -40,6 +41,7 @@ enum UIDismissalReason {
CLICKED_NEVER,
CLICKED_MANAGE,
CLICKED_DONE,
+ CLICKED_UNBLACKLIST,
NUM_UI_RESPONSES,
// If we add the omnibox icon _without_ intending to display the bubble,
« no previous file with comments | « components/password_manager/core/browser/password_manager_client.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698