| 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 4677548f68872ef88815f18be40f181ede6862c9..e166754ecc713b66d87f309f004524223bc2faf0 100644
|
| --- a/components/password_manager/core/browser/password_manager_metrics_util.h
|
| +++ b/components/password_manager/core/browser/password_manager_metrics_util.h
|
| @@ -249,6 +249,10 @@ void LogPasswordReuse(int password_length,
|
| // autofill dropdown to show more information about the warning.
|
| void LogShowedHttpNotSecureExplanation();
|
|
|
| +// Log that the Form-Not-Secure warning was shown. Should be called at most once
|
| +// per main-frame navigation.
|
| +void LogShowedFormNotSecureWarningOnCurrentNavigation();
|
| +
|
| } // namespace metrics_util
|
|
|
| } // namespace password_manager
|
|
|