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

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

Issue 1781633002: Mark PasswordManager.InfoBarResponse as obsolete (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@593295_remove_groups_code
Patch Set: Just rebased Created 4 years, 9 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 7a8fd55bbb5f19b21da26a9a5e431dc4bfbca09d..1360f204356363fcb2c05cb01f11b87af7cc8adb 100644
--- a/components/password_manager/core/browser/password_manager_metrics_util.h
+++ b/components/password_manager/core/browser/password_manager_metrics_util.h
@@ -128,15 +128,6 @@ void LogUMAHistogramBoolean(const std::string& name, bool sample);
// Log the |reason| a user dismissed the password manager UI.
void LogUIDismissalReason(UIDismissalReason reason);
-// Given a ResponseType, log the appropriate UIResponse. We'll use this
-// mapping to migrate from "PasswordManager.InfoBarResponse" to
-// "PasswordManager.UIDismissalReason" so we can accurately evaluate the
-// impact of the bubble UI.
-//
-// TODO(mkwst): Drop this (and the infobar metric itself) once the new metric
-// has rolled out to stable.
-void LogUIDismissalReason(ResponseType type);
-
// Log the appropriate display disposition.
void LogUIDisplayDisposition(UIDisplayDisposition disposition);

Powered by Google App Engine
This is Rietveld 408576698