| 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 fbc97bc66ab0f45b14a63f5503949ba4944babde..2df5d745624f28a58afc5b7658024b3a0ad8e158 100644
|
| --- a/components/password_manager/core/browser/password_manager_metrics_util.h
|
| +++ b/components/password_manager/core/browser/password_manager_metrics_util.h
|
| @@ -225,6 +225,9 @@ void LogSyncSigninPromoUserAction(SyncSignInUserAction action);
|
| // Logs whether a password was rejected due to same origin but different scheme.
|
| void LogShouldBlockPasswordForSameOriginButDifferentScheme(bool should_block);
|
|
|
| +// Logs number of passwords migrated from HTTP to HTTPS.
|
| +void LogCountHttpMigratedPasswords(int count);
|
| +
|
| // Log if the account chooser has empty username or duplicate usernames.
|
| void LogAccountChooserUsability(AccountChooserUsabilityMetric usability);
|
|
|
|
|