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

Unified Diff: chrome/browser/ui/passwords/passwords_model_delegate.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/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*

Powered by Google App Engine
This is Rietveld 408576698