| Index: chrome/browser/ui/autofill/autofill_dialog_view_delegate.h
|
| diff --git a/chrome/browser/ui/autofill/autofill_dialog_view_delegate.h b/chrome/browser/ui/autofill/autofill_dialog_view_delegate.h
|
| index 0a6b3730b5bb55571307186ffb96ad3370624890..9202cadbc423185d9ec07558674e304e1ce82d62 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_view_delegate.h
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_view_delegate.h
|
| @@ -51,8 +51,8 @@ class AutofillDialogViewDelegate {
|
|
|
| // State ---------------------------------------------------------------------
|
|
|
| - // Whether the user is known to be signed in.
|
| - virtual DialogSignedInState SignedInState() const = 0;
|
| + // Whether the sign-in link should be disabled.
|
| + virtual bool ShouldDisableSignInLink() const = 0;
|
|
|
| // Whether the dialog is in a not exactly well-defined state
|
| // (while attempting to sign-in or retrieving the wallet data etc).
|
|
|