| Index: chrome/browser/ui/passwords/passwords_model_delegate.h
|
| diff --git a/chrome/browser/ui/passwords/passwords_model_delegate.h b/chrome/browser/ui/passwords/passwords_model_delegate.h
|
| index ef131bf3cf05e6d6ce735c70a4ad99cd8ce9c5b9..9fdcdd799c970869c7da6e503e4a054bd8cd5350 100644
|
| --- a/chrome/browser/ui/passwords/passwords_model_delegate.h
|
| +++ b/chrome/browser/ui/passwords/passwords_model_delegate.h
|
| @@ -49,10 +49,6 @@ class PasswordsModelDelegate {
|
| virtual const std::vector<std::unique_ptr<autofill::PasswordForm>>&
|
| GetCurrentForms() const = 0;
|
|
|
| - // Returns possible identity provider's credentials for the current site.
|
| - virtual const std::vector<std::unique_ptr<autofill::PasswordForm>>&
|
| - GetFederatedForms() const = 0;
|
| -
|
| // For PENDING_PASSWORD_STATE state returns the current statistics for
|
| // the pending username.
|
| virtual const password_manager::InteractionsStats*
|
|
|