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

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

Issue 765073004: Adding skeleton code for showing Bubble, asking user to submit URL when Password Manager fails (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase on master Created 6 years 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 f9360079e1f5a65db4b23e8e268d599503fd6042..7eefde2229abbd5de93b04fb021c8a1263b5d2ba 100644
--- a/components/password_manager/core/browser/password_manager_metrics_util.h
+++ b/components/password_manager/core/browser/password_manager_metrics_util.h
@@ -46,6 +46,8 @@ enum UIDismissalReason {
CLICKED_UNBLACKLIST,
CLICKED_OK,
CLICKED_CREDENTIAL,
+ CLICKED_COLLECT_URL,
+ CLICKED_DO_NOT_COLLECT_URL,
NUM_UI_RESPONSES,
// If we add the omnibox icon _without_ intending to display the bubble,

Powered by Google App Engine
This is Rietveld 408576698