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

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

Issue 924733003: Credential Manager API pops up an auto-signin toast. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments Created 5 years, 10 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 d4ea6c33237ac76ff68b8d3f57b8c2bc52bd4ee6..eb771b00ba7c768ccf0fb13f84d8438143b93d54 100644
--- a/components/password_manager/core/browser/password_manager_metrics_util.h
+++ b/components/password_manager/core/browser/password_manager_metrics_util.h
@@ -30,6 +30,7 @@ enum UIDisplayDisposition {
MANUAL_BLACKLISTED,
AUTOMATIC_GENERATED_PASSWORD_CONFIRMATION,
AUTOMATIC_CREDENTIAL_REQUEST,
+ AUTOMATIC_SIGNIN_TOAST,
NUM_DISPLAY_DISPOSITIONS
};
@@ -48,6 +49,7 @@ enum UIDismissalReason {
CLICKED_CREDENTIAL,
CLICKED_COLLECT_URL,
CLICKED_DO_NOT_COLLECT_URL,
+ AUTO_SIGNIN_TOAST_TIMEOUT,
NUM_UI_RESPONSES,
// If we add the omnibox icon _without_ intending to display the bubble,
« no previous file with comments | « chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698