| 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 29cb551c1e73c8728a9b3d7ff446f348eeab92da..4677548f68872ef88815f18be40f181ede6862c9 100644
|
| --- a/components/password_manager/core/browser/password_manager_metrics_util.h
|
| +++ b/components/password_manager/core/browser/password_manager_metrics_util.h
|
| @@ -245,6 +245,10 @@ void LogPasswordReuse(int password_length,
|
| int number_matches,
|
| bool password_field_detected);
|
|
|
| +// Log when the user selects the "Login not secure" warning in the password
|
| +// autofill dropdown to show more information about the warning.
|
| +void LogShowedHttpNotSecureExplanation();
|
| +
|
| } // namespace metrics_util
|
|
|
| } // namespace password_manager
|
|
|