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

Unified Diff: chrome/browser/ui/passwords/manage_passwords_ui_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/manage_passwords_ui_controller.h
diff --git a/chrome/browser/ui/passwords/manage_passwords_ui_controller.h b/chrome/browser/ui/passwords/manage_passwords_ui_controller.h
index 40827b8965b32ff0bf456876fb5179e58c6f0ceb..9732d437c42d4ed0eac0121c8a1e3a3adf28c28d 100644
--- a/chrome/browser/ui/passwords/manage_passwords_ui_controller.h
+++ b/chrome/browser/ui/passwords/manage_passwords_ui_controller.h
@@ -53,8 +53,6 @@ class ManagePasswordsUIController
override;
bool OnChooseCredentials(
std::vector<std::unique_ptr<autofill::PasswordForm>> local_credentials,
- std::vector<std::unique_ptr<autofill::PasswordForm>>
- federated_credentials,
const GURL& origin,
const ManagePasswordsState::CredentialsCallback& callback) override;
void OnAutoSignin(
@@ -93,8 +91,6 @@ class ManagePasswordsUIController
bool IsPasswordOverridden() const override;
const std::vector<std::unique_ptr<autofill::PasswordForm>>& GetCurrentForms()
const override;
- const std::vector<std::unique_ptr<autofill::PasswordForm>>&
- GetFederatedForms() const override;
const password_manager::InteractionsStats* GetCurrentInteractionStats()
const override;
void OnBubbleShown() override;

Powered by Google App Engine
This is Rietveld 408576698