| 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 9582c882ea4cb4aa60fe8a68dfc5777a711bdc9a..c2377f1f7c221f4bd25c5769ac7450054fa66bca 100644
|
| --- a/components/password_manager/core/browser/password_manager_metrics_util.h
|
| +++ b/components/password_manager/core/browser/password_manager_metrics_util.h
|
| @@ -216,6 +216,9 @@ void LogAccountChooserUserActionManyAccounts(AccountChooserUserAction action);
|
| // Log a user action on showing the Chrome sign in promo.
|
| void LogSyncSigninPromoUserAction(SyncSignInUserAction action);
|
|
|
| +// Logs whether a password was rejected due to same origin but different scheme.
|
| +void LogShouldBlockPasswordForSameOriginButDifferentScheme(bool should_block);
|
| +
|
| // Log if the account chooser has empty username or duplicate usernames.
|
| void LogAccountChooserUsability(AccountChooserUsabilityMetric usability);
|
|
|
|
|