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

Unified Diff: chrome/browser/ui/passwords/password_dialog_controller_mock.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_mock.h
diff --git a/chrome/browser/ui/passwords/password_dialog_controller_mock.h b/chrome/browser/ui/passwords/password_dialog_controller_mock.h
index 054b976918c45193da6ea3fedcfa0a556c1bd1cb..ba0b667c6753009562dcd5e2887a476bdf6c3735 100644
--- a/chrome/browser/ui/passwords/password_dialog_controller_mock.h
+++ b/chrome/browser/ui/passwords/password_dialog_controller_mock.h
@@ -15,7 +15,6 @@ class PasswordDialogControllerMock : public PasswordDialogController {
~PasswordDialogControllerMock() override;
MOCK_CONST_METHOD0(GetLocalForms, const FormsVector&());
- MOCK_CONST_METHOD0(GetFederationsForms, const FormsVector&());
MOCK_CONST_METHOD0(GetAccoutChooserTitle,
std::pair<base::string16, gfx::Range>());
MOCK_CONST_METHOD0(ShouldShowSignInButton, bool());

Powered by Google App Engine
This is Rietveld 408576698