| Index: chrome/browser/ui/passwords/password_dialog_controller.h
|
| diff --git a/chrome/browser/ui/passwords/password_dialog_controller.h b/chrome/browser/ui/passwords/password_dialog_controller.h
|
| index 3f3854de554bd314cc49e17b3fafbba3f4d4f2ed..967084d5f4ef86fbb33b7fef7877b6a6af049ee3 100644
|
| --- a/chrome/browser/ui/passwords/password_dialog_controller.h
|
| +++ b/chrome/browser/ui/passwords/password_dialog_controller.h
|
| @@ -26,9 +26,6 @@ class PasswordDialogController {
|
| // Returns forms from the password database for the current site.
|
| virtual const FormsVector& GetLocalForms() const = 0;
|
|
|
| - // Returns IDP's forms which can be used for logging in.
|
| - virtual const FormsVector& GetFederationsForms() const = 0;
|
| -
|
| // Returns a title of the account chooser and a range of the Smart Lock
|
| // hyperlink if it exists. If the range is empty then no hyperlink is shown.
|
| virtual std::pair<base::string16, gfx::Range> GetAccoutChooserTitle() const
|
|
|