| 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);
|
|
|
|
|