Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1075)

Unified Diff: chrome/browser/ui/passwords/password_dialog_controller.h

Issue 2531863002: Delete all the traces of federation providers in the account chooser. (Closed)
Patch Set: android2 Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698