Index: chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.h |
diff --git a/chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.h b/chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.h |
index 414b4c7b476d2ea61aed8aa7de10cbd5f542a333..c1bc216985a8b04f27d885b315cf45f14214c7ac 100644 |
--- a/chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.h |
+++ b/chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.h |
@@ -24,7 +24,7 @@ class MockAutofillDialogViewDelegate : public AutofillDialogViewDelegate { |
MOCK_CONST_METHOD0(SaveLocallyText, string16()); |
MOCK_CONST_METHOD0(SaveLocallyTooltip, string16()); |
MOCK_METHOD0(LegalDocumentsText, string16()); |
- MOCK_CONST_METHOD0(SignedInState, DialogSignedInState()); |
+ MOCK_CONST_METHOD0(ShouldDisableSignInLink, bool()); |
MOCK_CONST_METHOD0(ShouldShowSpinner, bool()); |
MOCK_CONST_METHOD0(ShouldOfferToSaveInChrome, bool()); |
MOCK_METHOD0(MenuModelForAccountChooser, ui::MenuModel*()); |